Class LocalXADataSource.LocalXAConnection
java.lang.Object
org.wso2.carbon.ndatasource.datasources.LocalXADataSource.LocalXAConnection
- All Implemented Interfaces:
PooledConnection,XAConnection
- Enclosing class:
LocalXADataSource
This class represents an
XAConnection implementation which is backed by
a normal JDBC Connection.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalXAConnection
public LocalXAConnection()
-
-
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
-