Class ForeignRecoveryContext

    • Constructor Detail

      • ForeignRecoveryContext

        public ForeignRecoveryContext()
        For recovery, for Externalizable
    • Method Detail

      • setEndpointReference

        public void setEndpointReference​(jakarta.xml.ws.EndpointReference epr,
                                         com.sun.xml.ws.api.tx.at.Transactional.Version version)
        Sets the parent coordinator's epr as obtained from RegisterResponse
        Parameters:
        epr - EndpointReference Transactional.Version
        version - Transactional.Version
      • getXid

        public Xid getXid()
      • getEndpointReference

        public jakarta.xml.ws.EndpointReference getEndpointReference()
        Called by participant and contextworker in order to get parentreference of coordinator port
        Returns:
        EndpointReference
      • setTxLogLocation

        public void setTxLogLocation​(String logLocation)
      • getTxLogLocation

        public String getTxLogLocation()
      • setRecovered

        public void setRecovered()
      • isRecovered

        public boolean isRecovered()