org.apache.geronimo.connector.outbound
Interface ConnectionInterceptor
- All Known Implementing Classes:
- ConnectionHandleInterceptor, ConnectionTrackingInterceptor, LocalXAResourceInsertionInterceptor, LogXAResourceInsertionInterceptor, MCFConnectionInterceptor, MultiPoolConnectionInterceptor, SinglePoolConnectionInterceptor, SinglePoolMatchAllConnectionInterceptor, SubjectInterceptor, ThreadLocalCachingConnectionInterceptor, TransactionCachingInterceptor, TransactionEnlistingInterceptor, XAResourceInsertionInterceptor
- public interface ConnectionInterceptor
ConnectionInterceptor is the interface implemented by
ConnectionManager "aspects". A ConnectionInterceptor
implementation can provide one step of functionality for obtaining
or releasing a ManagedConnection.
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:32 $
getConnection
public void getConnection(ConnectionInfo connectionInfo)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
returnConnection
public void returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.