Package | Description |
---|---|
com.caucho.env.dbpool | |
com.caucho.jms.jca | |
com.caucho.sql | |
javax.resource.spi |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ConnectionPool.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo info)
Allocates the connection.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
MessageSenderManager.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
java.lang.Object |
ManagedSessionImpl.getConnection(javax.security.auth.Subject subj,
ConnectionRequestInfo info) |
ManagedConnection |
MessageSenderManager.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
Modifier and Type | Class and Description |
---|---|
class |
Credential
The credentials
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ManagedFactoryImpl.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
java.lang.Object |
ManagedConnectionImpl.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns the underlying connection.
|
ManagedConnection |
ManagedFactoryImpl.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
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.
|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Creates physical connection to the EIS resource manager.
|
java.lang.Object |
ManagedConnection.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates a new connection handle for the underlying physical connection.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns a matched connection.
|