2.00.01

interbase.interclient
Class XAConnection

interbase.interclient.XAConnection

public class 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.
 

Constructor Detail

XAConnection

public XAConnection()
Method Detail

getXAResource

public javax.jts.xa.XAResource getXAResource()
                                      throws SQLException
Return an XA resource to the caller.
Returns:
the XAResource
Throws:
SQLException - if a database access error occurs
Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported

2.00.01

Send comments or suggestions to interclient@interbase.com