Uses of Interface
com.arjuna.mw.wsas.completionstatus.CompletionStatus
Packages that use CompletionStatus
Package
Description
-
Uses of CompletionStatus in com.arjuna.mw.wsas
Methods in com.arjuna.mw.wsas that return CompletionStatusModifier and TypeMethodDescriptionUserActivity.getCompletionStatus()
Get the completion status currently associated with the activity.Methods in com.arjuna.mw.wsas with parameters of type CompletionStatusModifier and TypeMethodDescriptionUserActivity.end
(CompletionStatus cs) Complete the activity with the completion status provided.void
UserActivity.setCompletionStatus
(CompletionStatus endStatus) Set the termination status for the current activity, if any. -
Uses of CompletionStatus in com.arjuna.mw.wsas.activity
Methods in com.arjuna.mw.wsas.activity that return CompletionStatusModifier and TypeMethodDescriptionOutcome.completedStatus()
The state in which the activity completed.Methods in com.arjuna.mw.wsas.activity with parameters of type CompletionStatusModifier and TypeMethodDescriptionHLS.complete
(CompletionStatus cs) The current activity is completing with the specified completion status. -
Uses of CompletionStatus in com.arjuna.mw.wsas.completionstatus
Classes in com.arjuna.mw.wsas.completionstatus that implement CompletionStatusModifier and TypeClassDescriptionclass
The activity has terminated in a failed state.class
The activity has terminated in a failure state.class
The activity has terminated in a success state.class
The completion status is unknown. -
Uses of CompletionStatus in com.arjuna.mw.wscf.api
Methods in com.arjuna.mw.wscf.api with parameters of type CompletionStatusModifier and TypeMethodDescriptionUserCoordinatorService.coordinate
(CompletionStatus cs) If the application requires and if the coordination protocol supports it, then this method can be used to execute a coordination protocol on the currently enlisted participants at any time prior to the termination of the coordination scope. -
Uses of CompletionStatus in com.arjuna.mw.wscf.model.sagas.outcomes
Methods in com.arjuna.mw.wscf.model.sagas.outcomes that return CompletionStatusModifier and TypeMethodDescriptionCoordinationOutcome.completedStatus()
The state in which the activity completed.Constructors in com.arjuna.mw.wscf.model.sagas.outcomes with parameters of type CompletionStatus -
Uses of CompletionStatus in com.arjuna.mw.wscf.model.twophase.outcomes
Methods in com.arjuna.mw.wscf.model.twophase.outcomes that return CompletionStatusModifier and TypeMethodDescriptionCoordinationOutcome.completedStatus()
The state in which the activity completed.Constructors in com.arjuna.mw.wscf.model.twophase.outcomes with parameters of type CompletionStatus