org.apache.geronimo.connector.outbound.transactionlog
Class LogXAResourceInsertionInterceptor

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

public class LogXAResourceInsertionInterceptor
extends java.lang.Object
implements ConnectionInterceptor

LocalXAResourceInsertionInterceptor.java

Version:
$Rev: 984469 $ $Date: 2010-08-12 00:49:47 +0800 (Thu, 12 Aug 2010) $

Constructor Summary
LogXAResourceInsertionInterceptor(ConnectionInterceptor next, java.lang.String name)
           
 
Method Summary
 void destroy()
           
 void getConnection(ConnectionInfo connectionInfo)
           
 void info(java.lang.StringBuilder s)
           
 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

LogXAResourceInsertionInterceptor

public LogXAResourceInsertionInterceptor(ConnectionInterceptor next,
                                         java.lang.String name)
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

info

public void info(java.lang.StringBuilder s)
Specified by:
info in interface ConnectionInterceptor


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.