|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionRequestInfo | |
javax.resource.spi | The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification. |
Uses of ConnectionRequestInfo in javax.resource.spi |
Methods in javax.resource.spi with parameters of type ConnectionRequestInfo | |
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new physical connection to the underlying EIS resource manager. |
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
Returns a matched connection from the candidate set of connections. |
java.lang.Object |
ManagedConnection.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance. |
void |
LazyAssociatableConnectionManager.associateConnection(java.lang.Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance. |
java.lang.Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo)
The method allocateConnection gets called by the resource adapter's connection factory instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |