Constructor and Description |
---|
OutcomeImple(CompletionStatus s) |
OutcomeImple(HLSException ex,
CompletionStatus cs) |
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.
|
HLSException |
exception() |
String |
name()
Give a name for this outcome.
|
public OutcomeImple(CompletionStatus s)
public OutcomeImple(HLSException ex, CompletionStatus cs)
public String name() throws SystemException
name
in interface Outcome
SystemException
- Thrown if an error occurs.public CompletionStatus completedStatus() throws SystemException
completedStatus
in interface Outcome
SystemException
- Thrown if an error occurs.public Object data() throws SystemException
data
in interface Outcome
SystemException
- Thrown if an error occurs.public final HLSException exception()
Copyright © 2016 JBoss by Red Hat. All rights reserved.