|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<NodeTransition>
org.jppf.server.nio.nodeserver.NodeTransition
public enum NodeTransition
Enumeration of the possible state transitions for a Node server channel.
| Enum Constant Summary | |
|---|---|
TO_IDLE
Transition from a state to IDLE. |
|
TO_SEND_INITIAL
Transition from a state to SEND_INITIAL_BUNDLE. |
|
TO_SENDING
Transition from a state to SENDING_BUNDLE. |
|
TO_WAIT_INITIAL
Transition from a state to WAIT_INITIAL_BUNDLE. |
|
TO_WAITING
Transition from a state to WAITING_RESULTS. |
|
| Method Summary | |
|---|---|
static NodeTransition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeTransition[] |
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 NodeTransition TO_SENDING
public static final NodeTransition TO_WAITING
public static final NodeTransition TO_SEND_INITIAL
public static final NodeTransition TO_WAIT_INITIAL
public static final NodeTransition TO_IDLE
| Method Detail |
|---|
public static NodeTransition[] values()
for (NodeTransition c : NodeTransition.values()) System.out.println(c);
public static NodeTransition 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 | ||||||||||