Methods in org.apache.geronimo.connector.outbound with parameters of type ConnectionReturnAction |
protected boolean |
AbstractSinglePoolConnectionInterceptor.internalReturn(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
MCFConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
ConnectionHandleInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
in: connectionInfo not null, managedConnectionInfo not null, managedConnection not null. |
void |
ThreadLocalCachingConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
SubjectInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
XAResourceInsertionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
LocalXAResourceInsertionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
TransactionEnlistingInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
The returnConnection method
todo Probably the logic needs improvement if a connection
error occurred and we are destroying the handle. |
void |
TCCLInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
ConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
ConnectionTrackingInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
called by: GeronimoConnectionEventListener.connectionClosed, GeronimoConnectionEventListener.connectionErrorOccurred, exit
in: handle has already been dissociated from ManagedConnection. connectionInfo not null, has non-null ManagedConnectionInfo, ManagedConnectionInfo has non-null ManagedConnection
handle can be null if called from error in ManagedConnection in pool. |
void |
AbstractSinglePoolConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
TransactionCachingInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|
void |
MultiPoolConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
|