|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Context.KeyRegistrationState>
com.sun.grizzly.Context.KeyRegistrationState
public static enum Context.KeyRegistrationState
A SelectionKey's registration state.
Enum Constant Summary | |
---|---|
CANCEL
A cancelled SelectionKey registration state. |
|
NONE
A SelectionKey with no registration state. |
|
REGISTER
A registered SelectionKey registration state. |
Method Summary | |
---|---|
static Context.KeyRegistrationState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Context.KeyRegistrationState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Context.KeyRegistrationState CANCEL
public static final Context.KeyRegistrationState REGISTER
public static final Context.KeyRegistrationState NONE
Method Detail |
---|
public static final Context.KeyRegistrationState[] values()
for(Context.KeyRegistrationState c : Context.KeyRegistrationState.values()) System.out.println(c);
public static Context.KeyRegistrationState 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |