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) |
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
UserActivityImple.getCompletionStatus()
Get the completion status currently associated with the activity.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
UserActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
void |
UserActivityImple.setCompletionStatus(CompletionStatus endStatus)
Set the termination status for the current activity, if any.
|
Modifier and Type | Method and Description |
---|---|
CompletionStatus |
OutcomeImple.completedStatus()
The state in which the activity completed.
|
CompletionStatus |
ActivityImple.getCompletionStatus()
Get the completion status currently associated with the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityImple.completionValid(CompletionStatus cs)
Check whether the specified completion status is compatible with the one
currently assigned to the activity.
|
Outcome |
ActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
void |
ActivityImple.setCompletionStatus(CompletionStatus endStatus)
Set the termination status for the current activity, if any.
|
Constructor and Description |
---|
OutcomeImple(CompletionStatus s) |
OutcomeImple(HLSException ex,
CompletionStatus cs) |
Modifier and Type | Method and Description |
---|---|
Outcome |
CoordinatorControl.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
Outcome |
CoordinatorControl.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.
|
Outcome |
BACoordinator.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 |
---|---|
Outcome |
SubordinateBACoordinator.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 |
---|---|
Outcome |
CoordinatorControl.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
Outcome |
CoordinatorControl.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.
|
Outcome |
ATCoordinator.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 |
---|---|
Outcome |
SubordinateATCoordinator.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 |
---|---|
Outcome |
SagasHLSImple.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
Outcome |
SagasHLSImple.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 |
---|---|
Outcome |
TwoPhaseHLSImple.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
Outcome |
TwoPhaseHLSImple.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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.