org.gjt.rec.thread
Class Workforce.State
java.lang.Object
|
+--org.gjt.rec.util.Enum
|
+--org.gjt.rec.thread.Workforce.State
- All Implemented Interfaces:
- Comparable, Serializable
- Enclosing class:
- Workforce
- public static final class Workforce.State
- extends Enum
Enumerated type representing the possible states of a
Workforce.
- See Also:
- Serialized Form
STARTING
public static final Workforce.State STARTING
STARTED
public static final Workforce.State STARTED
STOPPING
public static final Workforce.State STOPPING
STOPPED
public static final Workforce.State STOPPED