Modifier and Type | Method and Description |
---|---|
CompletionStatus |
UserActivity.getCompletionStatus()
Get the completion status currently associated with the activity.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
UserActivity.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.
|
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
Outcome.completedStatus()
The state in which the activity completed.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
HLS.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
Modifier and Type | Class and Description |
---|---|
class |
Failure
The activity has terminated in a failed state.
|
class |
FailureOnly
The activity has terminated in a failure state.
|
class |
Success
The activity has terminated in a success state.
|
class |
Unknown
The completion status is unknown.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
UserCoordinatorService.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.
|
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
CoordinationOutcome.completedStatus()
The state in which the activity completed.
|
Constructor and Description |
---|
CoordinationOutcome(CompletionStatus s,
int sagas) |
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
CoordinationOutcome.completedStatus()
The state in which the activity completed.
|
Constructor and Description |
---|
CoordinationOutcome(CompletionStatus s,
int twophase) |
Copyright © 2013. All rights reserved.