Class XASessionImpl

  • All Implemented Interfaces:
    Session, ManagerProvider, XASession, org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver

    public class XASessionImpl
    extends SessionImpl
    implements XASession
    XASessionImpl extends the regular session implementation with access to the XAResource.
    • 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()