Name

XAConnection

Synopsis

Interface Name: javax.sql.XAConnection

Superclass: javax.sql.PooledConnection

Immediate Subclasses: None

Interfaces Implemented: None

Availability: New as of JDK 1.2

Description

This class represents a connection in a distributed transaction. An XAConnection instance is enlisted in a distributed transaction via a javax.transaction.xa.XAResource object.

Class Summary

public interface XAConnection {
    javax.transaction.xa.XAResource getXAResource( )
      throws java.sql.SQLException;
}

Object Methods

getXAResource( )

public javax.transaction.xa.XARResource getXAResource( )
  throws java.sql.SQLException;
Description

This method provides the XA resource behind this connection.

Get Database Programming with JDBC & Java, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.