| Package | Description |
|---|---|
| javax.resource.spi | |
| javax.resource.spi.security |
| 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.
|