Class XAConnection

  • All Implemented Interfaces:
    AutoCloseable, Connection, XAConnection, ConnectionMBean

    public class XAConnection
    extends Connection
    implements XAConnection
    Connection used within global transactions; an instance of this class acts as a resource manager.

    The XAConnection class extends the capability of Connection by providing an XASession. This class offers support to transactional environments. Client programs are strongly encouraged to use the transactional support available in their environment, rather than use these XA interfaces directly.