com.p6spy.engine.spy

Class P6XAConnection

Implemented Interfaces:
PooledConnection, XAConnection

public class P6XAConnection
extends P6PooledConnection
implements XAConnection

$Author: aarvesen $ $Revision: 1.1 $ $Date: 2003/08/07 19:08:49 $ $Log: P6XAConnection.java,v $ Revision 1.1 2003/08/07 19:08:49 aarvesen wrappers for XA datasources that work like the PooledConnections: you have to instantiate the real data source somehow, and then instantiate an a wrapper object with that datasource

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

Constructor Details

P6XAConnection

public P6XAConnection(XAConnection connection)

Method Details

getXAResource

public XAResource getXAResource()
            throws SQLException