Modifier and Type | Method and Description |
---|---|
GlobalId |
UserActivity.activityId() |
String |
UserActivity.activityName()
What is the name of the current activity? Use only for
debugging purposes!
|
Outcome |
UserActivity.end()
Complete the activity with the current completion status.
|
Outcome |
UserActivity.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
CompletionStatus |
UserActivity.getCompletionStatus()
Get the completion status currently associated with the activity.
|
String |
UserActivity.serviceType() |
void |
UserActivity.setCompletionStatus(CompletionStatus endStatus)
Set the termination status for the current activity, if any.
|
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.
|
CoordinatorId |
UserCoordinator.identifier() |
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 |
CoordinatorManager.delistParticipant(Participant act)
Remove the specified participant from the coordinator associated with
the current thread.
|
void |
CoordinatorManager.delistSynchronization(Synchronization act)
Remove the specified synchronization 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.enlistSynchronization(Synchronization act)
Enrol the specified synchronization with the coordinator associated with
the current thread.
|
CoordinatorId |
UserCoordinator.identifier() |
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 |
---|---|
GlobalId |
UserActivityImple.activityId() |
String |
UserActivityImple.activityName()
What is the name of the current activity? Use only for
debugging purposes!
|
Outcome |
UserActivityImple.end()
Complete the activity with the completion status provided.
|
Outcome |
UserActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
CompletionStatus |
UserActivityImple.getCompletionStatus()
Get the completion status currently associated with the activity.
|
String |
UserActivityImple.serviceType() |
void |
UserActivityImple.setCompletionStatus(CompletionStatus endStatus)
Set the termination status for the current activity, if any.
|
Modifier and Type | Method and Description |
---|---|
String |
ActivityImple.activityName()
What is the name of the current activity? Use only for debugging
purposes!
|
Modifier and Type | Method and Description |
---|---|
Object |
LocalFactory.createSubordinate()
Create a new subordinate coordinator instance with the default subordinate type.
|
Object |
LocalFactory.createSubordinate(String subordinateType)
Create a new subordinate coordinator instance with the supplied subordinate type.
|
Modifier and Type | Method and Description |
---|---|
CoordinatorId |
CoordinatorServiceImple.identifier() |
void |
CoordinatorServiceImple.participantCannotComplete(String participantId) |
void |
CoordinatorControl.participantCannotComplete(String participantId) |
void |
CoordinatorServiceImple.participantCompleted(String participantId) |
void |
CoordinatorControl.participantCompleted(String participantId) |
void |
CoordinatorServiceImple.participantFaulted(String participantId) |
void |
CoordinatorControl.participantFaulted(String participantId) |
Modifier and Type | Method and Description |
---|---|
CoordinatorId |
CoordinatorServiceImple.identifier() |
void |
CoordinatorServiceImple.participantReadOnly(String participantId)
A participant is readonly.
|
void |
CoordinatorControl.participantReadOnly(String participantId) |
void |
CoordinatorServiceImple.participantRolledback(String participantId)
The participant has rolled back.
|
void |
CoordinatorControl.participantRolledBack(String participantId) |
Modifier and Type | Method and Description |
---|---|
Object |
ContextFactoryImple.createSubordinate() |
Object |
ContextFactoryImple.createSubordinate(String subordinateType) |
Modifier and Type | Method and Description |
---|---|
Object |
ContextFactoryImple.createSubordinate() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.