public interface LazyAssociatableConnectionManager
| Modifier and Type | Method and Description |
|---|---|
void |
associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
request the connection be associated with an appropriate ManagedConnection
|
void |
inactiveConnectionClosed(Object connection,
ManagedConnectionFactory managedConnectionFactory)
To be called by the resource adapter
|
void associateConnection(Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo) throws ResourceException
connection - connection that needs MC backupmcf - managed connection factory to use, if necessary, to get the MCcxReqInfo - more info on what MC to getResourceException - on errorvoid inactiveConnectionClosed(Object connection, ManagedConnectionFactory managedConnectionFactory)
connection - connection the RA closedmanagedConnectionFactory - MCF that connection is associated withCopyright © 2013. All Rights Reserved.