|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidParticipantException in com.arjuna.mw.wscf.model.sagas.api |
---|
Methods in com.arjuna.mw.wscf.model.sagas.api that throw InvalidParticipantException | |
---|---|
void |
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 |
---|
Methods in com.arjuna.mw.wscf.model.sagas.participants that throw InvalidParticipantException | |
---|---|
void |
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 |
---|
Methods in com.arjuna.mw.wscf.model.twophase.api that throw InvalidParticipantException | |
---|---|
void |
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 |
---|
Methods in com.arjuna.mw.wscf.model.twophase.participants that throw InvalidParticipantException | |
---|---|
void |
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. |
Vote |
Participant.prepare()
Prepare the participant for top-level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |