|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<MultiplexerTransition>
org.jppf.server.nio.multiplexer.generic.MultiplexerTransition
public enum MultiplexerTransition
Enumeration of the possible state transitions for a multiplexer channel.
| Enum Constant Summary | |
|---|---|
TO_IDENTIFYING_INBOUND_CHANNEL
Transition from a state to IDENTIFYING_INBOUND_CHANNEL. |
|
TO_IDLE
Transition from a state to SENDING in idle mode. |
|
TO_RECEIVING
Transition from a state to RECEIVING. |
|
TO_SENDING
Transition from a state to SENDING. |
|
TO_SENDING_MULTIPLEXING_INFO
Transition from a state to SENDING_MULTIPLEXING_INFO. |
|
TO_SENDING_OR_RECEIVING
Transition from a state to SENDING_OR_RECEIVING. |
|
| Method Summary | |
|---|---|
static MultiplexerTransition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MultiplexerTransition[] |
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 MultiplexerTransition TO_SENDING_OR_RECEIVING
public static final MultiplexerTransition TO_SENDING
public static final MultiplexerTransition TO_RECEIVING
public static final MultiplexerTransition TO_IDENTIFYING_INBOUND_CHANNEL
public static final MultiplexerTransition TO_SENDING_MULTIPLEXING_INFO
public static final MultiplexerTransition TO_IDLE
| Method Detail |
|---|
public static MultiplexerTransition[] values()
for (MultiplexerTransition c : MultiplexerTransition.values()) System.out.println(c);
public static MultiplexerTransition 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 | ||||||||||