Uses of Class
com.arjuna.mw.wsas.exceptions.NoActivityException
Package
Description
-
Uses of NoActivityException in com.arjuna.mw.wsas
Modifier and TypeMethodDescriptionUserActivity.activityId()
UserActivity.activityName()
What is the name of the current activity? Use only for debugging purposes!UserActivity.end()
Complete the activity with the current completion status.UserActivity.end
(CompletionStatus cs) Complete the activity with the completion status provided.UserActivity.getCompletionStatus()
Get the completion status currently associated with the activity.UserActivity.serviceType()
void
UserActivity.setCompletionStatus
(CompletionStatus endStatus) Set the termination status for the current activity, if any. -
Uses of NoActivityException 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.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. -
Uses of NoActivityException 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.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.UserCoordinator.identifier()
void
CoordinatorManager.participantReadOnly
(String participantId) A participant is readonly.void
CoordinatorManager.participantRolledback
(String participantId) The participant has rolled back.