Class XASessionImpl

    • Method Detail

      • getXAResource

        public XAResource getXAResource()
        Description copied from interface: XASession
        Retrieves an XAResource object that the transaction manager will use to manage this XASession object's participation in a distributed transaction.
        Specified by:
        getXAResource in interface XASession
        Returns:
        the XAResource object.
        See Also:
        XASession.getXAResource()