Uses of Interface
com.arjuna.wst.BusinessAgreementWithCoordinatorCompletionParticipant
Package
Description
-
Uses of BusinessAgreementWithCoordinatorCompletionParticipant in com.arjuna.mw.wst11
Modifier and TypeMethodDescriptionabstract BAParticipantManager
BusinessActivityManager.enlistForBusinessAgreementWithCoordinatorCompletion
(BusinessAgreementWithCoordinatorCompletionParticipant bawcp, String id) Enlist a participant for the BusinessAgreementWithCoordinatorCompletion protocol. -
Uses of BusinessAgreementWithCoordinatorCompletionParticipant in com.arjuna.wst11.messaging.engines
Modifier and TypeMethodDescriptionCoordinatorCompletionParticipantEngine.getParticipant()
Get the associated participant.ModifierConstructorDescriptionCoordinatorCompletionParticipantEngine
(String id, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator, BusinessAgreementWithCoordinatorCompletionParticipant participant) Construct the initial engine for the participant.CoordinatorCompletionParticipantEngine
(String id, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator, BusinessAgreementWithCoordinatorCompletionParticipant participant, com.arjuna.webservices11.wsba.State state, boolean recovered) Construct the engine for the participant in a specified state. -
Uses of BusinessAgreementWithCoordinatorCompletionParticipant in com.arjuna.wst11.stub
Modifier and TypeClassDescriptionclass
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 BusinessAgreementWithCoordinatorCompletionParticipant in org.jboss.jbossts.xts.recovery.participant.ba
Modifier and TypeMethodDescriptionXTSBARecoveryModule.deserializeCoordinatorCompletionParticipant
(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.deserializeCoordinatorCompletionParticipant
(String id, ObjectInputStream stream) XTSBARecoveryModule.recreateCoordinatorCompletionParticipant
(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.recreateCoordinatorCompletionParticipant
(String id, byte[] recoveryState)