|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionRequestInfo | |
javax.resource.spi | J2EE Connector API - System Programmer Interface. |
Uses of ConnectionRequestInfo in javax.resource.spi |
Methods in javax.resource.spi with parameters of type ConnectionRequestInfo | |
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new ManagedConnection |
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo)
Returns a matching connection from the set. |
Object |
ManagedConnection.getConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new connection handle for the underlying connection. |
void |
LazyAssociatableConnectionManager.associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
Invoked by a resource adapter to lazily associate a connection handle with the managed connection |
Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo)
Gets called by the resource adapter's connection factory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |