public final class com.mongodb.event.ServerHeartbeatStartedEvent
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.mongodb.event.ServerHeartbeatStartedEvent
super_class: java.lang.Object
{
private final com.mongodb.connection.ConnectionId connectionId;
descriptor: Lcom/mongodb/connection/ConnectionId;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.mongodb.connection.ConnectionId);
descriptor: (Lcom/mongodb/connection/ConnectionId;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
start local 1 // com.mongodb.connection.ConnectionId connectionId
0: .line 36
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 37
aload 0 /* this */
ldc "connectionId"
aload 1 /* connectionId */
invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.mongodb.connection.ConnectionId
putfield com.mongodb.event.ServerHeartbeatStartedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
2: .line 38
return
end local 1 // com.mongodb.connection.ConnectionId connectionId
end local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/event/ServerHeartbeatStartedEvent;
0 3 1 connectionId Lcom/mongodb/connection/ConnectionId;
MethodParameters:
Name Flags
connectionId final
public com.mongodb.connection.ConnectionId getConnectionId();
descriptor: ()Lcom/mongodb/connection/ConnectionId;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
0: .line 46
aload 0 /* this */
getfield com.mongodb.event.ServerHeartbeatStartedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
areturn
end local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/event/ServerHeartbeatStartedEvent;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
0: .line 51
new java.lang.StringBuilder
dup
ldc "ServerHeartbeatStartedEvent{connectionId="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: .line 52
aload 0 /* this */
getfield com.mongodb.event.ServerHeartbeatStartedEvent.connectionId:Lcom/mongodb/connection/ConnectionId;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
2: .line 53
ldc "} "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0 /* this */
invokespecial java.lang.Object.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: .line 51
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 // com.mongodb.event.ServerHeartbeatStartedEvent this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/event/ServerHeartbeatStartedEvent;
}
SourceFile: "ServerHeartbeatStartedEvent.java"