class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList
super_class: java.lang.Object
{
final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final java.lang.String quotedName;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final java.util.ArrayList<io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl> subs;
descriptor: Ljava/util/ArrayList;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/ArrayList<Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;>;
boolean subscribed;
descriptor: Z
flags: (0x0000)
final io.vertx.pgclient.impl.pubsub.PgSubscriberImpl this$0;
descriptor: Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.pgclient.impl.pubsub.PgSubscriberImpl, java.lang.String);
descriptor: (Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subs:Ljava/util/ArrayList;
2: aload 0
aload 2
putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.name:Ljava/lang/String;
3: aload 0
new java.lang.StringBuilder
dup
ldc "\""
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
ldc "\""
ldc "\"\""
invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "\""
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.quotedName:Ljava/lang/String;
4: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
0 5 2 name Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
name
void add(io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl);
descriptor: (Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subs:Ljava/util/ArrayList;
aload 1
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
1: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subscribed:Z
ifne 6
2: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.conn:Lio/vertx/pgclient/PgConnection;
ifnull 6
3: aload 0
iconst_1
putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subscribed:Z
4: new java.lang.StringBuilder
dup
ldc "LISTEN "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.quotedName:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 2
start local 2 5: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.conn:Lio/vertx/pgclient/PgConnection;
aload 2
aload 0
aload 1
invokedynamic handle(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList.lambda$0(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.pgclient.PgConnection.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
pop
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
0 7 1 sub Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
5 6 2 sql Ljava/lang/String;
MethodParameters:
Name Flags
sub
void remove(io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl);
descriptor: (Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subs:Ljava/util/ArrayList;
aload 1
invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
pop
1: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.subs:Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.isEmpty:()Z
ifeq 5
2: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.channels:Ljava/util/Map;
aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.name:Ljava/lang/String;
aload 0
invokeinterface java.util.Map.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
3: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.conn:Lio/vertx/pgclient/PgConnection;
ifnull 5
4: aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.conn:Lio/vertx/pgclient/PgConnection;
new java.lang.StringBuilder
dup
ldc "UNLISTEN "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.quotedName:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 0
invokedynamic handle(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList.lambda$1(Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.pgclient.PgConnection.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/pgclient/PgConnection;
pop
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
0 6 1 sub Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
MethodParameters:
Name Flags
sub
private void lambda$0(io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 2 0: aload 2
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 5
1: aload 1
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.subscribeHandler:Lio/vertx/core/Handler;
astore 3
start local 3 2: aload 3
ifnull 6
3: aload 3
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 3 4: goto 6
5: StackMap locals:
StackMap stack:
getstatic io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.log:Lio/vertx/core/logging/Logger;
new java.lang.StringBuilder
dup
ldc "Cannot LISTEN to channel "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 2
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
0 7 2 ar Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;
2 4 3 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
private void lambda$1(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 2
1: getstatic io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.log:Lio/vertx/core/logging/Logger;
new java.lang.StringBuilder
dup
ldc "Cannot UNLISTEN channel "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 1
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
0 3 1 ar Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;
}
SourceFile: "PgSubscriberImpl.java"
NestHost: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
InnerClasses:
private ChannelImpl = io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl of io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
private ChannelList = io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList of io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles