Package | Description |
---|---|
com.caucho.env.dbpool | |
com.caucho.jca.ra | |
com.caucho.jms.jca | |
com.caucho.sql | |
javax.resource.spi | |
javax.resource.spi.security |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ConnectionPool.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo info)
Allocates the connection.
|
java.lang.Object |
ConnectionPool.init(ManagedConnectionFactory mcf)
Initialize the connection manager.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionFactory |
ConnectorConfig.ConnectionFactory.getFactory() |
ManagedConnectionFactory |
ConnectorResource.ConnectionFactory.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
MessageSenderManager
The managed factory implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedFactoryImpl
The managed factory implementation.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionFactory |
DriverConfig.getManagedConnectionFactory()
Returns the managed connection factory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionFactory |
PasswordCredential.getManagedConnectionFactory()
Deprecated.
Returns the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory factory)
Deprecated.
Sets the connection factory.
|