com.p6spy.engine.spy
Class P6XAConnection

java.lang.Object
  extended bycom.p6spy.engine.spy.P6PooledConnection
      extended bycom.p6spy.engine.spy.P6XAConnection
All Implemented Interfaces:
javax.sql.PooledConnection, javax.sql.XAConnection

public class P6XAConnection
extends P6PooledConnection
implements javax.sql.XAConnection


Field Summary
 
Fields inherited from class com.p6spy.engine.spy.P6PooledConnection
passthru
 
Constructor Summary
P6XAConnection(javax.sql.XAConnection connection)
           
 
Method Summary
 javax.transaction.xa.XAResource getXAResource()
           
 
Methods inherited from class com.p6spy.engine.spy.P6PooledConnection
addConnectionEventListener, close, getConnection, removeConnectionEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.PooledConnection
addConnectionEventListener, close, getConnection, removeConnectionEventListener
 

Constructor Detail

P6XAConnection

public P6XAConnection(javax.sql.XAConnection connection)
Method Detail

getXAResource

public javax.transaction.xa.XAResource getXAResource()
                                              throws java.sql.SQLException
Specified by:
getXAResource in interface javax.sql.XAConnection
Throws:
java.sql.SQLException