Uses of Interface
com.arjuna.wst.BusinessAgreementWithParticipantCompletionParticipant
Packages that use BusinessAgreementWithParticipantCompletionParticipant
Package
Description
-
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.mw.wst11
Methods in com.arjuna.mw.wst11 with parameters of type BusinessAgreementWithParticipantCompletionParticipantModifier and TypeMethodDescriptionabstract BAParticipantManager
BusinessActivityManager.enlistForBusinessAgreementWithParticipantCompletion
(BusinessAgreementWithParticipantCompletionParticipant bap, String id) Enlist a participant for the BusinessAgreement protocol. -
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wst
Subinterfaces of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wstModifier and TypeInterfaceDescriptioninterface
-
Uses of BusinessAgreementWithParticipantCompletionParticipant in com.arjuna.wst11.messaging.engines
Methods in com.arjuna.wst11.messaging.engines that return BusinessAgreementWithParticipantCompletionParticipantModifier and TypeMethodDescriptionParticipantCompletionParticipantEngine.getParticipant()
Get the associated participant.Constructors in com.arjuna.wst11.messaging.engines with parameters of type BusinessAgreementWithParticipantCompletionParticipantModifierConstructorDescriptionParticipantCompletionParticipantEngine
(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
Classes in com.arjuna.wst11.stub that implement BusinessAgreementWithParticipantCompletionParticipantModifier 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
Fields in org.jboss.jbossts.xts.recovery.participant.ba declared as BusinessAgreementWithParticipantCompletionParticipantMethods in org.jboss.jbossts.xts.recovery.participant.ba that return BusinessAgreementWithParticipantCompletionParticipantModifier 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) Methods in org.jboss.jbossts.xts.recovery.participant.ba with parameters of type BusinessAgreementWithParticipantCompletionParticipantModifier 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 falseConstructors in org.jboss.jbossts.xts.recovery.participant.ba with parameters of type BusinessAgreementWithParticipantCompletionParticipantModifierConstructorDescriptionprotected
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
Constructors in org.jboss.jbossts.xts11.recovery.participant.ba with parameters of type BusinessAgreementWithParticipantCompletionParticipantModifierConstructorDescriptionBAParticipantRecoveryRecord
(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