interbase.interclient
Class XAConnection
java.lang.Object
|
+--interbase.interclient.PooledConnection
|
+--interbase.interclient.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.jts.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 |
XAConnection
public XAConnection()
getXAResource
public javax.jts.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@interbase.com