java.lang.Object
org.firebirdsql.ds.FBXAConnection
- All Implemented Interfaces:
PooledConnection
,XAConnection
XAConnection implementation for
FBXADataSource
- Since:
- 2.2
- Author:
- Mark Rotteveel
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.sql.PooledConnection
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListener
-
Method Details
-
getXAResource
- Specified by:
getXAResource
in interfaceXAConnection
- Throws:
SQLException
-
getConnection
- Specified by:
getConnection
in interfacePooledConnection
- Throws:
SQLException
-
close
- Specified by:
close
in interfacePooledConnection
- Throws:
SQLException
-
addConnectionEventListener
- Specified by:
addConnectionEventListener
in interfacePooledConnection
-
removeConnectionEventListener
- Specified by:
removeConnectionEventListener
in interfacePooledConnection
-
addStatementEventListener
The current implementation does nothing.
- Specified by:
addStatementEventListener
in interfacePooledConnection
-
removeStatementEventListener
The current implementation does nothing.
- Specified by:
removeStatementEventListener
in interfacePooledConnection
-