Uses of Interface
javax.resource.spi.ManagedConnectionFactory

Packages that use ManagedConnectionFactory
javax.resource.spi   
javax.resource.spi.security   
 

Uses of ManagedConnectionFactory in javax.resource.spi
 

Methods in javax.resource.spi with parameters of type ManagedConnectionFactory
 java.lang.Object ConnectionManager.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
           
 void LazyAssociatableConnectionManager.associateConnection(java.lang.Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo)
           
 

Uses of ManagedConnectionFactory in javax.resource.spi.security
 

Fields in javax.resource.spi.security declared as ManagedConnectionFactory
private  ManagedConnectionFactory PasswordCredential.mcf
           
 

Methods in javax.resource.spi.security that return ManagedConnectionFactory
 ManagedConnectionFactory PasswordCredential.getManagedConnectionFactory()
           
 

Methods in javax.resource.spi.security with parameters of type ManagedConnectionFactory
 void PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory mcf)