org.apache.geronimo.connector.outbound
Class MCFConnectionInterceptor

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

public class MCFConnectionInterceptor
extends Object
implements ConnectionInterceptor

MCFConnectionInterceptor.java

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
MCFConnectionInterceptor()
           
 
Method Summary
 void destroy()
           
 void getConnection(ConnectionInfo connectionInfo)
           
 void returnConnection(ConnectionInfo connectionInfo, ConnectionReturnAction connectionReturnAction)
           
 void setStack(ConnectionInterceptor stack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCFConnectionInterceptor

public MCFConnectionInterceptor()
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

destroy

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

setStack

public void setStack(ConnectionInterceptor stack)


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