Uses of Interface
javax.resource.spi.ManagedConnectionFactory

Packages that use ManagedConnectionFactory
com.caucho.env.dbpool   
com.caucho.jca.ra   
com.caucho.jms.jca   
com.caucho.sql   
javax.resource.spi   
javax.resource.spi.security   
 

Uses of ManagedConnectionFactory in com.caucho.env.dbpool
 

Methods in com.caucho.env.dbpool with parameters of type ManagedConnectionFactory
 java.lang.Object ConnectionPool.allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo info)
          Allocates the connection.
 java.lang.Object ConnectionPool.init(ManagedConnectionFactory mcf)
          Initialize the connection manager.
 

Uses of ManagedConnectionFactory in com.caucho.jca.ra
 

Methods in com.caucho.jca.ra that return ManagedConnectionFactory
 ManagedConnectionFactory ConnectorConfig.ConnectionFactory.getFactory()
           
 ManagedConnectionFactory ConnectorResource.ConnectionFactory.getFactory()
           
 

Uses of ManagedConnectionFactory in com.caucho.jms.jca
 

Classes in com.caucho.jms.jca that implement ManagedConnectionFactory
 class MessageSenderManager
          The managed factory implementation.
 

Uses of ManagedConnectionFactory in com.caucho.sql
 

Classes in com.caucho.sql that implement ManagedConnectionFactory
 class ManagedFactoryImpl
          The managed factory implementation.
 

Methods in com.caucho.sql that return ManagedConnectionFactory
 ManagedConnectionFactory DriverConfig.getManagedConnectionFactory()
          Returns the managed connection factory.
 

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 requestInfo)
          Allocates the connection.
 void LazyAssociatableConnectionManager.associateConnection(java.lang.Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo reqInfo)
          Lazily associate a connection object with a managed connection.
 

Uses of ManagedConnectionFactory in javax.resource.spi.security
 

Methods in javax.resource.spi.security that return ManagedConnectionFactory
 ManagedConnectionFactory PasswordCredential.getManagedConnectionFactory()
          Deprecated. Returns the connection factory.
 

Methods in javax.resource.spi.security with parameters of type ManagedConnectionFactory
 void PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory factory)
          Deprecated. Sets the connection factory.