| Package | Description |
|---|---|
| javax.resource.spi |
| Modifier and Type | Method and Description |
|---|---|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Creates physical connection to the EIS resource manager.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns a matched connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
Lazily associate a connection object with a managed connection.
|
| Constructor and Description |
|---|
ConnectionEvent(ManagedConnection source,
int eid)
Creates an event.
|
ConnectionEvent(ManagedConnection source,
int eid,
java.lang.Exception exception)
Creates an event.
|