Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.