Package | Description |
---|---|
org.maestro.common.worker |
Modifier and Type | Method and Description |
---|---|
WorkerStateInfo.WorkerExitStatus |
WorkerStateInfo.getExitStatus()
Gets the exit status for the worker
|
static WorkerStateInfo.WorkerExitStatus |
WorkerStateInfo.WorkerExitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerStateInfo.WorkerExitStatus[] |
WorkerStateInfo.WorkerExitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerStateInfo.setState(boolean running,
WorkerStateInfo.WorkerExitStatus exitStatus,
Exception exception)
Sets the state for the worker
|
This documentation was released into the public domain.