public final enum class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState extends java.lang.Enum
{
public static final enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CONNECTED;
public static final enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState DISCONNECTED;
public static final enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState SENT;
public static final enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState RECEIVED;
public static final enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CAUGHT;
private static final org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] $VALUES;
public static org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] values()
{
java.lang.Object v;
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] v;
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lorg/apache/dubbo/remoting/transport/dispatcher/ChannelEventRunnable$ChannelState;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState v;
java.lang.String v;
v := @this: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] $values()
{
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState v, v, v, v, v;
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] v;
v = newarray (org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState)[5];
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CONNECTED>;
v[0] = v;
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState DISCONNECTED>;
v[1] = v;
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState SENT>;
v[2] = v;
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState RECEIVED>;
v[3] = v;
v = <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CAUGHT>;
v[4] = v;
return v;
}
static void <clinit>()
{
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState v, v, v, v, v;
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] v;
v = new org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
specialinvoke v.<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: void <init>(java.lang.String,int)>("CONNECTED", 0);
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CONNECTED> = v;
v = new org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
specialinvoke v.<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: void <init>(java.lang.String,int)>("DISCONNECTED", 1);
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState DISCONNECTED> = v;
v = new org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
specialinvoke v.<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: void <init>(java.lang.String,int)>("SENT", 2);
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState SENT> = v;
v = new org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
specialinvoke v.<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: void <init>(java.lang.String,int)>("RECEIVED", 3);
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState RECEIVED> = v;
v = new org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState;
specialinvoke v.<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: void <init>(java.lang.String,int)>("CAUGHT", 4);
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState CAUGHT> = v;
v = staticinvoke <org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] $values()>();
<org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState: org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable$ChannelState[] $VALUES> = v;
return;
}
}