com.p6spy.engine.spy
Class P6XAConnection

java.lang.Object
  extended by com.p6spy.engine.spy.P6PooledConnection
      extended by com.p6spy.engine.spy.P6XAConnection
All Implemented Interfaces:
PooledConnection, XAConnection

public class P6XAConnection
extends P6PooledConnection
implements XAConnection


Field Summary
 
Fields inherited from class com.p6spy.engine.spy.P6PooledConnection
passthru
 
Constructor Summary
P6XAConnection(XAConnection connection)
           
 
Method Summary
 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(XAConnection connection)
Method Detail

getXAResource

public XAResource getXAResource()
                         throws SQLException
Specified by:
getXAResource in interface XAConnection
Throws:
SQLException