Uses of Interface
com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
Package
Description
-
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.mw.wst11
Modifier and TypeMethodDescriptionabstract BAParticipantManager
BusinessActivityManager.enlistForBusinessAgreementWithParticipantCompletion
(BusinessAgreementWithParticipantCompletionParticipant bap, String id) Enlist a participant for the BusinessAgreement protocol. -
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wst
Modifier and TypeInterfaceDescriptioninterface
-
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wst11.messaging.engines
Modifier and TypeMethodDescriptionParticipantCompletionParticipantEngine.getParticipant()
Get the associated participant.ModifierConstructorDescriptionParticipantCompletionParticipantEngine
(String id, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator, BusinessAgreementWithParticipantCompletionParticipant participant) Construct the initial engine for the participant.ParticipantCompletionParticipantEngine
(String id, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator, BusinessAgreementWithParticipantCompletionParticipant participant, com.arjuna.webservices11.wsba.State state, boolean recovered) Construct the engine for the participant in a specified state. -
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wst11.stub
Modifier and TypeClassDescriptionclass
class
class
A coordinator completion participant registered on behalf of an interposed WS-BA coordinator in order to ensure that durable participants in the interposed transaction are completed, closed or cancelled when requested from the parent transaction. -
Uses of BusinessAgreementWithParticipantCompletionParticipant in org.jboss.jbossts.xts.recovery.participant.ba
Modifier and TypeMethodDescriptionXTSBARecoveryModule.deserializeParticipantCompletionParticipant
(String id, ObjectInputStream stream) called during recovery processing to allow an application to identify a participant id belonging to one of its participants and recreate the participant by deserializing it from the supplied object input stream.XTSBASubordinateRecoveryModule.deserializeParticipantCompletionParticipant
(String id, ObjectInputStream stream) XTSBARecoveryModule.recreateParticipantCompletionParticipant
(String id, byte[] recoveryState) called during recovery processing to allow an application to identify a participant id belonging to one of its participants and use the saved recovery state to recreate the participant.XTSBASubordinateRecoveryModule.recreateParticipantCompletionParticipant
(String id, byte[] recoveryState) Modifier and TypeMethodDescriptionstatic byte[]
BAParticipantHelper.getRecoveryState
(boolean useSerialization, BusinessAgreementWithParticipantCompletionParticipant participant) obtain a byte array containing the recovery state associated with the supplied participant.static boolean
BAParticipantHelper.isSerializable
(BusinessAgreementWithParticipantCompletionParticipant participant) return true if the object can be saved and restored using serialization otherwise return falseModifierConstructorDescriptionprotected
BAParticipantRecoveryRecord
(String id, BusinessAgreementWithParticipantCompletionParticipant participant, boolean isParticipantCompletion) construct the protocol-independent part of a WS-BA participant recovery record -
Uses of BusinessAgreementWithParticipantCompletionParticipant in org.jboss.jbossts.xts11.recovery.participant.ba
ModifierConstructorDescriptionBAParticipantRecoveryRecord
(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