public class CoordinationOutcome extends Object implements Outcome
| Constructor and Description |
|---|
CoordinationOutcome(CompletionStatus s,
int sagas) |
CoordinationOutcome(int sagas) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStatus |
completedStatus()
The state in which the activity completed.
|
Object |
data()
Outcome specific information that can be used to determine finer
level details about the outcome instance.
|
String |
name()
Give a name for this outcome.
|
int |
result() |
String |
toString() |
public CoordinationOutcome(int sagas)
public CoordinationOutcome(CompletionStatus s, int sagas)
public final int result()
TwoPhaseResultpublic String name() throws SystemException
name in interface OutcomeSystemException - Thrown if an error occurs.public CompletionStatus completedStatus() throws SystemException
completedStatus in interface OutcomeSystemException - Thrown if an error occurs.public Object data() throws SystemException
data in interface OutcomeSystemException - Thrown if an error occurs.Copyright © 2013. All rights reserved.