|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflux.agent.AgentStatus
Indicates the status of a Flux agent. An agent can be busy, free, or stopped.
| Field Summary | |
static AgentStatus |
BUSY
Indicates that a Flux agent is registered with a master Flux engine, is currently executing a process, and cannot be assigned any other processes to execute. |
static AgentStatus |
FREE
Indicates that a Flux agent is registered with a master Flux engine and is free to be assigned a process to execute. |
static AgentStatus |
STOPPED
Indicates that a Flux agent is registered with a master Flux engine, is not busy, and is not accepting processes to execute. |
static AgentStatus |
UNREACHABLE
Indicates that a master Flux engine cannot contact a previously registered Flux agent. |
static AgentStatus |
UNREGISTERED
Indicates that a Flux agent is not registered with a master Flux engine. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
static AgentStatus |
getInstance(java.lang.String enumeration)
Returns a pre-existing instance of this enumeration from the specified name. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a readable version of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AgentStatus BUSY
public static final AgentStatus FREE
public static final AgentStatus STOPPED
public static final AgentStatus UNREACHABLE
public static final AgentStatus UNREGISTERED
| Method Detail |
public static AgentStatus getInstance(java.lang.String enumeration)
enumeration - The name of a pre-existing instance of this
enumeration.
java.lang.IllegalArgumentException - If the name of the specified enumeration
instance does not exist.public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||