org.apache.geronimo.connector.outbound
Class TCCLInterceptor

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.TCCLInterceptor
All Implemented Interfaces:
ConnectionInterceptor

public class TCCLInterceptor
extends Object
implements ConnectionInterceptor


Constructor Summary
TCCLInterceptor(ConnectionInterceptor next, ClassLoader classLoader)
           
 
Method Summary
 void destroy()
           
 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

TCCLInterceptor

public TCCLInterceptor(ConnectionInterceptor next,
                       ClassLoader classLoader)
Method Detail

getConnection

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

returnConnection

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

destroy

public void destroy()
Specified by:
destroy in interface ConnectionInterceptor


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