Class BAParticipantRecoveryRecord

java.lang.Object
org.jboss.jbossts.xts.recovery.participant.ba.BAParticipantRecoveryRecord
org.jboss.jbossts.xts11.recovery.participant.ba.BAParticipantRecoveryRecord
All Implemented Interfaces:
PersistableParticipant

public class BAParticipantRecoveryRecord extends BAParticipantRecoveryRecord
recovery record specific to WS-AT 1.1 protocol participants. this implements the behaviours necessary to save and restore a 1.1 participant to or from the TX object store
  • Constructor Details

    • BAParticipantRecoveryRecord

      public BAParticipantRecoveryRecord(String id, BusinessAgreementWithParticipantCompletionParticipant participant, boolean isParticipantCompletion, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpoint)
      constructor used during prepare processing to create an AT 1.1 participant record for saving to the object store
      Parameters:
      id - the id of the application-specific participant
      participant - the application-specific participant
    • BAParticipantRecoveryRecord

      public BAParticipantRecoveryRecord()
      constructor used during recovery processing to create a record whose contents will be recovered from the object store
  • Method Details