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.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorServiceImple.delistParticipant(String participantId)
Remove the specified participant from the coordinator's list.
|
void |
CoordinatorControl.delistParticipant(String participantId)
Remove the specified participant from the coordinator's list.
|
void |
BACoordinator.delistParticipant(String participantId)
Remove the specified participant from the coordinator's list.
|
void |
CoordinatorServiceImple.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with
the current thread.
|
void |
CoordinatorControl.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with
the current thread.
|
void |
BACoordinator.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with the
current thread.
|
void |
CoordinatorServiceImple.participantCannotComplete(String participantId) |
void |
CoordinatorControl.participantCannotComplete(String participantId) |
void |
BACoordinator.participantCannotComplete(String participantId) |
void |
CoordinatorServiceImple.participantCompleted(String participantId) |
void |
CoordinatorControl.participantCompleted(String participantId) |
void |
BACoordinator.participantCompleted(String participantId) |
void |
CoordinatorServiceImple.participantFaulted(String participantId) |
void |
CoordinatorControl.participantFaulted(String participantId) |
void |
BACoordinator.participantFaulted(String participantId) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorServiceImple.delistParticipant(Participant act)
Remove the specified participant from the coordinator's list.
|
void |
CoordinatorControl.delistParticipant(Participant act)
Remove the specified participant from the coordinator's list.
|
void |
ATCoordinator.delistParticipant(Participant act)
Remove the specified participant from the coordinator's list.
|
void |
CoordinatorServiceImple.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with the
current thread.
|
void |
CoordinatorControl.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with the
current thread.
|
void |
ATCoordinator.enlistParticipant(Participant act)
Enrol the specified participant with the coordinator associated with the
current thread.
|
void |
CoordinatorServiceImple.participantReadOnly(String participantId)
A participant is readonly.
|
void |
CoordinatorControl.participantReadOnly(String participantId) |
void |
ATCoordinator.participantReadOnly(String participantId) |
void |
CoordinatorServiceImple.participantRolledback(String participantId)
The participant has rolled back.
|
void |
CoordinatorControl.participantRolledBack(String participantId) |
void |
ATCoordinator.participantRolledBack(String participantId) |
Modifier and Type | Method and Description |
---|---|
void |
DurableTwoPhaseCommitParticipant.cancel()
attempt to cancel the participant
|
void |
DurableTwoPhaseCommitParticipant.confirm()
attempt to commit the participant
|
void |
DurableTwoPhaseCommitParticipant.confirmOnePhase() |
void |
DurableTwoPhaseCommitParticipant.forget() |
Vote |
DurableTwoPhaseCommitParticipant.prepare()
tell the participant to prepare
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessAgreementWithParticipantCompletionImple.cancel() |
void |
BusinessAgreementWithParticipantCompletionImple.close() |
void |
BusinessAgreementWithParticipantCompletionImple.compensate() |
void |
BusinessAgreementWithCoordinatorCompletionImple.complete() |
void |
BusinessAgreementWithParticipantCompletionImple.forget()
Inform the participant that is can forget the heuristic result.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.