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
Method Summary |
javax.jts.xa.XAResource |
getXAResource()
Return an XA resource to the caller. |
XAConnection
public XAConnection()
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
Send comments or suggestions to interclient@interbase.com