Class RMXAConnectionResource

  • All Implemented Interfaces:
    PooledConnection, XAConnection, XAResource

    public class RMXAConnectionResource
    extends Object
    implements XAConnection, XAResource
    This class is used during XA recovery operations to represent an XAConnection and its associated XAResource, but in reality it serves as a proxy for ALL of the XAConnections and their associated XAResources related to XADataSources cached by the proxy datasource.
    This class is only used during the XA Resource recovery operations triggered by the Liberty Recovery Manager.