org.apache.geronimo.connector.outbound
Class ThreadLocalCachingConnectionInterceptor

java.lang.Object
  extended byorg.apache.geronimo.connector.outbound.ThreadLocalCachingConnectionInterceptor
All Implemented Interfaces:
ConnectionInterceptor

public class ThreadLocalCachingConnectionInterceptor
extends Object
implements ConnectionInterceptor

Version:
$Revision: 1.2 $ $Date: 2004/05/24 19:10:34 $

Constructor Summary
ThreadLocalCachingConnectionInterceptor(ConnectionInterceptor next, boolean matchConnections)
           
 
Method Summary
 void getConnection(ConnectionInfo connectionInfo)
           
 void returnConnection(ConnectionInfo connectionInfo, ConnectionReturnAction connectionReturnAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalCachingConnectionInterceptor

public ThreadLocalCachingConnectionInterceptor(ConnectionInterceptor next,
                                               boolean matchConnections)
Method Detail

getConnection

public void getConnection(ConnectionInfo connectionInfo)
                   throws javax.resource.ResourceException
Specified by:
getConnection in interface ConnectionInterceptor
Throws:
javax.resource.ResourceException

returnConnection

public void returnConnection(ConnectionInfo connectionInfo,
                             ConnectionReturnAction connectionReturnAction)
Specified by:
returnConnection in interface ConnectionInterceptor


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.