interbase.interclient
Class XAConnection
java.lang.Object
|
+--interbase.interclient.PooledConnection
|
+--interbase.interclient.XAConnection
- All Implemented Interfaces:
- javax.sql.PooledConnection, javax.sql.XAConnection
- public class XAConnection
- extends PooledConnection
- implements javax.sql.XAConnection
An XAConnection object provides support for distributed
transactions. An XAConnection may be enlisted in a distributed
transaction by means of an XAResource object.
- Since:
- JDBC 2 Standard Extension, proposed for future release, not yet supported
- Version:
- Std Ext 0.7, pre JTA 0.9
Method Summary |
javax.transaction.xa.XAResource |
getXAResource()
Return an XA resource to the caller. |
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, close, getConnection, removeConnectionEventListener |
XAConnection
public XAConnection()
getXAResource
public javax.transaction.xa.XAResource getXAResource()
throws SQLException
- Return an XA resource to the caller.
- Specified by:
getXAResource
in interface javax.sql.XAConnection
- Returns:
- the XAResource
- Throws:
SQLException
- if a database access error occurs- Since:
- JDBC 2 Standard Extension, proposed for future release, not yet supported
Send comments or suggestions to interclient@borland.com