|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionStatus | |
|---|---|
| com.continuent.tungsten.common.utils | |
| Uses of ExecutionStatus in com.continuent.tungsten.common.utils |
|---|
| Methods in com.continuent.tungsten.common.utils that return ExecutionStatus | |
|---|---|
ExecutionStatus |
ExecutionResult.getStatus()
Returns the status value. |
static ExecutionStatus |
ExecutionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.continuent.tungsten.common.utils with parameters of type ExecutionStatus | |
|---|---|
void |
ExecutionResult.setStatus(ExecutionStatus status)
Sets the status value. |
| Constructors in com.continuent.tungsten.common.utils with parameters of type ExecutionStatus | |
|---|---|
ExecutionResult(ExecutionStatus status)
|
|
ExecutionResult(ExecutionStatus status,
java.lang.Exception lastException,
java.lang.String message)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||