Uses of Interface
com.arjuna.mw.wsas.completionstatus.CompletionStatus
Package
Description
-
Uses of CompletionStatus in com.arjuna.mw.wsas
Modifier and TypeMethodDescriptionUserActivity.getCompletionStatus()
Get the completion status currently associated with the activity.Modifier 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
Modifier and TypeMethodDescriptionOutcome.completedStatus()
The state in which the activity completed.Modifier and TypeMethodDescriptionHLS.complete
(CompletionStatus cs) The current activity is completing with the specified completion status. -
Uses of CompletionStatus in com.arjuna.mw.wsas.completionstatus
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCoordinationOutcome.completedStatus()
The state in which the activity completed. -
Uses of CompletionStatus in com.arjuna.mw.wscf.model.twophase.outcomes
Modifier and TypeMethodDescriptionCoordinationOutcome.completedStatus()
The state in which the activity completed.