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

Field Summary
static Workforce.State STARTED
           
static Workforce.State STARTING
           
static Workforce.State STOPPED
           
static Workforce.State STOPPING
           
 
Fields inherited from class org.gjt.rec.util.Enum
REVISION
 
Methods inherited from class org.gjt.rec.util.Enum
compareTo, equals, getId, hashCode, instanceList, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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