Modifier and Type | Field and Description |
---|---|
static ConnectionReturnAction |
ConnectionReturnAction.DESTROY |
static ConnectionReturnAction |
ConnectionReturnAction.RETURN_HANDLE |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSinglePoolConnectionInterceptor.internalReturn(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
AbstractSinglePoolConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
ConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
LocalXAResourceInsertionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
ConnectionHandleInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
in: connectionInfo not null, managedConnectionInfo not null, managedConnection not null.
|
void |
TransactionCachingInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
ThreadLocalCachingConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
MCFConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
MultiPoolConnectionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
XAResourceInsertionInterceptor.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 |
ConnectionTrackingInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
called by: GeronimoConnectionEventListener.connectionClosed, GeronimoConnectionEventListener.connectionErrorOccurred, exit
in: handle has already been dissociated from ManagedConnection.
|
void |
SubjectInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
TCCLInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionTracker.handleReleased(ConnectionTrackingInterceptor connectionTrackingInterceptor,
ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
void |
ConnectionTrackingCoordinator.handleReleased(ConnectionTrackingInterceptor connectionTrackingInterceptor,
ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
A connection (handle) has been released or destroyed.
|
Modifier and Type | Method and Description |
---|---|
void |
LogXAResourceInsertionInterceptor.returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
Copyright © 2018. All rights reserved.