|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChannelEventRunnable.ChannelState>
com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
public static enum ChannelEventRunnable.ChannelState
ChannelState
Enum Constant Summary | |
---|---|
CAUGHT
CAUGHT |
|
CONNECTED
CONNECTED |
|
DISCONNECTED
DISCONNECTED |
|
RECEIVED
RECEIVED |
|
SENT
SENT |
Method Summary | |
---|---|
static ChannelEventRunnable.ChannelState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChannelEventRunnable.ChannelState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 ChannelEventRunnable.ChannelState CONNECTED
public static final ChannelEventRunnable.ChannelState DISCONNECTED
public static final ChannelEventRunnable.ChannelState SENT
public static final ChannelEventRunnable.ChannelState RECEIVED
public static final ChannelEventRunnable.ChannelState CAUGHT
Method Detail |
---|
public static ChannelEventRunnable.ChannelState[] values()
for (ChannelEventRunnable.ChannelState c : ChannelEventRunnable.ChannelState.values()) System.out.println(c);
public static ChannelEventRunnable.ChannelState 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 |