|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<VatRunner.VatRunnerState> net.sf.asyncobjects.vats.VatRunner.VatRunnerState
public static enum VatRunner.VatRunnerState
Vat state
Enum Constant Summary | |
---|---|
NOT_STARTED
not yet started |
|
RESUMING
resume is in progress |
|
STARTED
started |
|
STARTING
started |
|
STOPPED
stopped |
|
STOPPING
stopped |
|
SUSPENDED
When runner is suspended, it stops dispatching events. |
|
SUSPENDING
the suspend process was initiated |
Method Summary | |
---|---|
static VatRunner.VatRunnerState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VatRunner.VatRunnerState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VatRunner.VatRunnerState NOT_STARTED
public static final VatRunner.VatRunnerState STARTING
public static final VatRunner.VatRunnerState STARTED
public static final VatRunner.VatRunnerState SUSPENDING
public static final VatRunner.VatRunnerState SUSPENDED
public static final VatRunner.VatRunnerState RESUMING
public static final VatRunner.VatRunnerState STOPPING
public static final VatRunner.VatRunnerState STOPPED
Method Detail |
---|
public static final VatRunner.VatRunnerState[] values()
for(VatRunner.VatRunnerState c : VatRunner.VatRunnerState.values()) System.out.println(c);
public static VatRunner.VatRunnerState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |