Uses of Class
com.arjuna.mw.wscf.exceptions.InvalidParticipantException
Package
Description
-
Uses of InvalidParticipantException in com.arjuna.mw.wscf.model.sagas.api
Modifier and TypeMethodDescriptionvoid
CoordinatorManager.delistParticipant
(String participantId) Remove the specified participant from the coordinator associated with the current thread.void
CoordinatorManager.enlistParticipant
(Participant act) Enrol the specified participant with the coordinator associated with the current thread.void
CoordinatorManager.participantCannotComplete
(String participantId) A participant cannot complete during normal execution or compensation.void
CoordinatorManager.participantCompleted
(String participantId) The participant has completed its work and it ready to compensate if necessary.void
CoordinatorManager.participantFaulted
(String participantId) A participant has faulted during normal execution or compensation. -
Uses of InvalidParticipantException in com.arjuna.mw.wscf.model.sagas.participants
Modifier and TypeMethodDescriptionvoid
Participant.cancel()
Cancel the participant at top-level.void
Participant.close()
Confirm the participant at top-level.void
Participant.compensate()
Compensate the participant.void
ParticipantWithComplete.complete()
Complete the participant.void
Participant.forget()
Inform the participant that is can forget the heuristic result. -
Uses of InvalidParticipantException in com.arjuna.mw.wscf.model.twophase.api
Modifier and TypeMethodDescriptionvoid
CoordinatorManager.delistParticipant
(Participant act) Remove the specified participant from the coordinator associated with the current thread.void
CoordinatorManager.enlistParticipant
(Participant act) Enrol the specified participant with the coordinator associated with the current thread.void
CoordinatorManager.participantReadOnly
(String participantId) A participant is readonly.void
CoordinatorManager.participantRolledback
(String participantId) The participant has rolled back. -
Uses of InvalidParticipantException in com.arjuna.mw.wscf.model.twophase.participants
Modifier and TypeMethodDescriptionvoid
Participant.cancel()
Cancel the participant at top-level.void
Participant.confirm()
Confirm the participant at top-level.void
Participant.confirmOnePhase()
Confirm the participant in a single phase.void
Participant.forget()
Inform the participant that is can forget the heuristic result.Participant.prepare()
Prepare the participant for top-level.