1.51.2

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

Constructor Summary
XAConnection()
           
 
Method Summary
 javax.jts.xa.XAResource getXAResource()
          Return an XA resource to the caller.
 
Methods inherited from class interbase.interclient.PooledConnection
addConnectionEventListener, close, getConnection, removeConnectionEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAConnection

public XAConnection()
Method Detail

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

1.51.2

Send comments or suggestions to interclient@interbase.com