Tries to establish a physical database connection that can be used in a distributed transaction.

public javax.sql.XAConnection getXAConnection()

Return Value

An XAConnection object.

Exceptions

java.sql.SQLException

Remarks

This getXAConnection method is specified by the getXAConnection method in the javax.sql.XADataSource interface.

Note: This method is typically called by XA connection pool implementations and not by regular JDBC application code.

See Also