com.caucho.tools.profiler
Class XAConnectionWrapper
java.lang.Object
com.caucho.tools.profiler.XAConnectionWrapper
- All Implemented Interfaces:
- javax.sql.PooledConnection, javax.sql.XAConnection
public final class XAConnectionWrapper
- extends java.lang.Object
- implements javax.sql.XAConnection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XAConnectionWrapper
public XAConnectionWrapper(ProfilerPoint profilerPoint,
javax.sql.XAConnection connection)
getXAResource
public XAResource getXAResource()
throws java.sql.SQLException
- Specified by:
getXAResource
in interface javax.sql.XAConnection
- Throws:
java.sql.SQLException
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
- Specified by:
getConnection
in interface javax.sql.PooledConnection
- Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
- Specified by:
close
in interface javax.sql.PooledConnection
- Throws:
java.sql.SQLException
addConnectionEventListener
public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
- Specified by:
addConnectionEventListener
in interface javax.sql.PooledConnection
removeConnectionEventListener
public void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
- Specified by:
removeConnectionEventListener
in interface javax.sql.PooledConnection
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
addStatementEventListener
public void addStatementEventListener(javax.sql.StatementEventListener listener)
- Specified by:
addStatementEventListener
in interface javax.sql.PooledConnection
removeStatementEventListener
public void removeStatementEventListener(javax.sql.StatementEventListener listener)
- Specified by:
removeStatementEventListener
in interface javax.sql.PooledConnection