Package io.github.jdbcx
Class WrappedXAConnection
java.lang.Object
io.github.jdbcx.WrappedPooledConnection
io.github.jdbcx.WrappedXAConnection
- All Implemented Interfaces:
PooledConnection,XAConnection
This class serves as a wrapper for a
XAConnection.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.jdbcx.WrappedPooledConnection
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.PooledConnection
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListener
-
Constructor Details
-
WrappedXAConnection
-
-
Method Details
-
getXAResource
- Specified by:
getXAResourcein interfaceXAConnection- Throws:
SQLException
-