|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<NodeState>
org.jppf.server.nio.nodeserver.NodeState
public enum NodeState
Enumeration of the possible states for a class server channel.
| Enum Constant Summary | |
|---|---|
IDLE
Idle state for a node channel. |
|
SEND_INITIAL_BUNDLE
State of sending the initial bundle to the node. |
|
SENDING_BUNDLE
State of waiting for something to do / sending a task bundle to the node. |
|
WAIT_INITIAL_BUNDLE
State of waiting for the initial bundle from the node. |
|
WAITING_RESULTS
State of waiting for the execution result of a task bundle. |
|
| Method Summary | |
|---|---|
static NodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NodeState SEND_INITIAL_BUNDLE
public static final NodeState WAIT_INITIAL_BUNDLE
public static final NodeState SENDING_BUNDLE
public static final NodeState WAITING_RESULTS
public static final NodeState IDLE
| Method Detail |
|---|
public static NodeState[] values()
for (NodeState c : NodeState.values()) System.out.println(c);
public static NodeState 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
NullPointerException - if the argument is null
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||