|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.auth.callback.WSManagedConnectionFactoryCallback
public class WSManagedConnectionFactoryCallback
The WSManagedConnectionFactoryCallback
allows a reference of the target
ManagedConnectionFactory
to be collected by
WSMapingCallbackHandler
and pass it to the
WSPrincipalMappingLoginModule
.
Constructor Summary | |
---|---|
WSManagedConnectionFactoryCallback(java.lang.String hint)
Construct a WSManagedConnectionFactoryCallback object with a usage hint. |
Method Summary | |
---|---|
javax.resource.spi.ManagedConnectionFactory |
getManagedConnectionFacotry()
Return the ManagedConnectionFactory. |
void |
setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Set the ManagedConnectionFactory reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSManagedConnectionFactoryCallback(java.lang.String hint)
Construct a WSManagedConnectionFactoryCallback
object with a usage hint.
usage
- The usage hint.Method Detail |
---|
public void setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Set the ManagedConnectionFactory reference.
mcf
- The ManagedConnectionFactory.public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry()
Return the ManagedConnectionFactory.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |