Package com.alibaba.druid.pool.xa
Class DruidPooledXAConnection
java.lang.Object
com.alibaba.druid.pool.xa.DruidPooledXAConnection
- All Implemented Interfaces:
PooledConnection,XAConnection
-
Constructor Summary
ConstructorsConstructorDescriptionDruidPooledXAConnection(DruidPooledConnection pooledConnection, XAConnection xaConnection) -
Method Summary
-
Constructor Details
-
DruidPooledXAConnection
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfacePooledConnection- Throws:
SQLException
-
close
- Specified by:
closein interfacePooledConnection- Throws:
SQLException
-
addConnectionEventListener
- Specified by:
addConnectionEventListenerin interfacePooledConnection
-
removeConnectionEventListener
- Specified by:
removeConnectionEventListenerin interfacePooledConnection
-
addStatementEventListener
- Specified by:
addStatementEventListenerin interfacePooledConnection
-
removeStatementEventListener
- Specified by:
removeStatementEventListenerin interfacePooledConnection
-
getXAResource
- Specified by:
getXAResourcein interfaceXAConnection- Throws:
SQLException
-