com.easyjf.cache
Class Status

java.lang.Object
  extended bycom.easyjf.cache.Status
All Implemented Interfaces:
java.io.Serializable

public final class Status
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int STATUS_ALIVE
           
static int STATUS_SHUTDOWN
           
static int STATUS_UNINITIALISED
           
 
Constructor Summary
Status()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_UNINITIALISED

public static final int STATUS_UNINITIALISED
See Also:
Constant Field Values

STATUS_ALIVE

public static final int STATUS_ALIVE
See Also:
Constant Field Values

STATUS_SHUTDOWN

public static final int STATUS_SHUTDOWN
See Also:
Constant Field Values
Constructor Detail

Status

public Status()