Modifier and Type | Method and Description |
---|---|
Outcome |
UserActivity.end()
Complete the activity with the current completion status.
|
Outcome |
UserActivity.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
HLS.complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
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 | Class and Description |
---|---|
class |
CoordinationOutcome
The CoordinationOutcome represents the final outcome of the coordination
event.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
UserActivityImple.end()
Complete the activity with the completion status provided.
|
Outcome |
UserActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
Modifier and Type | Class and Description |
---|---|
class |
OutcomeImple
The Outcome represents the final outcome of the activity.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
ActivityImple.end()
Complete the activity with the current completion status.
|
Outcome |
ActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
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.