public final class com.mongodb.event.ConnectionRemovedEvent$Reason extends java.lang.Enum<com.mongodb.event.ConnectionRemovedEvent$Reason>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.mongodb.event.ConnectionRemovedEvent$Reason
super_class: java.lang.Enum
{
public static final com.mongodb.event.ConnectionRemovedEvent$Reason UNKNOWN;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.event.ConnectionRemovedEvent$Reason STALE;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.event.ConnectionRemovedEvent$Reason MAX_IDLE_TIME_EXCEEDED;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.event.ConnectionRemovedEvent$Reason MAX_LIFE_TIME_EXCEEDED;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.event.ConnectionRemovedEvent$Reason ERROR;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.event.ConnectionRemovedEvent$Reason POOL_CLOSED;
descriptor: Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final com.mongodb.event.ConnectionRemovedEvent$Reason[] ENUM$VALUES;
descriptor: [Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "UNKNOWN"
iconst_0
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
1: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.UNKNOWN:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
2: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "STALE"
iconst_1
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
3: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.STALE:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
4: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "MAX_IDLE_TIME_EXCEEDED"
iconst_2
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
5: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.MAX_IDLE_TIME_EXCEEDED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
6: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "MAX_LIFE_TIME_EXCEEDED"
iconst_3
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
7: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.MAX_LIFE_TIME_EXCEEDED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
8: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "ERROR"
iconst_4
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
9: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.ERROR:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
10: new com.mongodb.event.ConnectionRemovedEvent$Reason
dup
ldc "POOL_CLOSED"
iconst_5
invokespecial com.mongodb.event.ConnectionRemovedEvent$Reason.<init>:(Ljava/lang/String;I)V
11: putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.POOL_CLOSED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
12: bipush 6
anewarray com.mongodb.event.ConnectionRemovedEvent$Reason
dup
iconst_0
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.UNKNOWN:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
dup
iconst_1
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.STALE:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
dup
iconst_2
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.MAX_IDLE_TIME_EXCEEDED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
dup
iconst_3
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.MAX_LIFE_TIME_EXCEEDED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
dup
iconst_4
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.ERROR:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
dup
iconst_5
getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.POOL_CLOSED:Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aastore
putstatic com.mongodb.event.ConnectionRemovedEvent$Reason.ENUM$VALUES:[Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static com.mongodb.event.ConnectionRemovedEvent$Reason[] values();
descriptor: ()[Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.mongodb.event.ConnectionRemovedEvent$Reason.ENUM$VALUES:[Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.mongodb.event.ConnectionRemovedEvent$Reason
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.mongodb.event.ConnectionRemovedEvent$Reason valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/mongodb/event/ConnectionRemovedEvent$Reason;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.mongodb.event.ConnectionRemovedEvent$Reason
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/mongodb/event/ConnectionRemovedEvent$Reason;>;
SourceFile: "ConnectionRemovedEvent.java"
NestHost: com.mongodb.event.ConnectionRemovedEvent
InnerClasses:
public final Reason = com.mongodb.event.ConnectionRemovedEvent$Reason of com.mongodb.event.ConnectionRemovedEvent