Name

XAConnection

Synopsis

An extended version of PooledConnection that can be used in a distributed transaction environment, using the Java Transaction API (in the javax.transaction package).

                  
public interface XAConnection extends PooledConnection {
// Public Instance Methods
   public abstract javax.transaction.xa.XAResource getXAResource(
        ) throws java.sql.SQLException;  
}

Returned By

XADataSource.getXAConnection()

Get Java Enterprise in a Nutshell, 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.