class io.vertx.core.impl.DuplicatedContext extends io.vertx.core.impl.AbstractContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.DuplicatedContext
super_class: io.vertx.core.impl.AbstractContext
{
protected final io.vertx.core.impl.ContextImpl delegate;
descriptor: Lio/vertx/core/impl/ContextImpl;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private io.vertx.core.impl.TaskQueue orderedTasks;
descriptor: Lio/vertx/core/impl/TaskQueue;
flags: (0x0002) ACC_PRIVATE
private java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> localData;
descriptor: Ljava/util/concurrent/ConcurrentMap;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;
void <init>(io.vertx.core.impl.ContextImpl);
descriptor: (Lio/vertx/core/impl/ContextImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.vertx.core.impl.AbstractContext.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/impl/DuplicatedContext;
0 3 1 delegate Lio/vertx/core/impl/ContextImpl;
MethodParameters:
Name Flags
delegate
final io.vertx.core.impl.TaskQueue orderedTasks();
descriptor: ()Lio/vertx/core/impl/TaskQueue;
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
ifnonnull 3
2: aload 0
new io.vertx.core.impl.TaskQueue
dup
invokespecial io.vertx.core.impl.TaskQueue.<init>:()V
putfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
3: StackMap locals: io.vertx.core.impl.DuplicatedContext
StackMap stack:
aload 0
getfield io.vertx.core.impl.DuplicatedContext.orderedTasks:Lio/vertx/core/impl/TaskQueue;
aload 1
monitorexit
4: areturn
5: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
6: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/impl/DuplicatedContext;
Exception table:
from to target type
1 4 5 any
5 6 5 any
boolean inThread();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.inThread:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.impl.CloseHooks closeHooks();
descriptor: ()Lio/vertx/core/impl/CloseHooks;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.closeHooks:()Lio/vertx/core/impl/CloseHooks;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final boolean isDeployment();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.isDeployment:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.spi.tracing.VertxTracer tracer();
descriptor: ()Lio/vertx/core/spi/tracing/VertxTracer;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.tracer:()Lio/vertx/core/spi/tracing/VertxTracer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final java.lang.String deploymentID();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.deploymentID:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.json.JsonObject config();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.config:()Lio/vertx/core/json/JsonObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final int getInstanceCount();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.getInstanceCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.Context exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Context;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Context;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/Context;
MethodParameters:
Name Flags
handler
public final io.vertx.core.Handler<java.lang.Throwable> exceptionHandler();
descriptor: ()Lio/vertx/core/Handler;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.exceptionHandler:()Lio/vertx/core/Handler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
Signature: ()Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
public final void addCloseHook(io.vertx.core.Closeable);
descriptor: (Lio/vertx/core/Closeable;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.addCloseHook:(Lio/vertx/core/Closeable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 hook Lio/vertx/core/Closeable;
MethodParameters:
Name Flags
hook
public final void removeCloseHook(io.vertx.core.Closeable);
descriptor: (Lio/vertx/core/Closeable;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.removeCloseHook:(Lio/vertx/core/Closeable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 hook Lio/vertx/core/Closeable;
MethodParameters:
Name Flags
hook
public final io.netty.channel.EventLoop nettyEventLoop();
descriptor: ()Lio/netty/channel/EventLoop;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.nettyEventLoop:()Lio/netty/channel/EventLoop;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.impl.Deployment getDeployment();
descriptor: ()Lio/vertx/core/impl/Deployment;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.getDeployment:()Lio/vertx/core/impl/Deployment;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final io.vertx.core.impl.VertxInternal owner();
descriptor: ()Lio/vertx/core/impl/VertxInternal;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.owner:()Lio/vertx/core/impl/VertxInternal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final java.lang.ClassLoader classLoader();
descriptor: ()Ljava/lang/ClassLoader;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.classLoader:()Ljava/lang/ClassLoader;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public io.vertx.core.impl.WorkerPool workerPool();
descriptor: ()Lio/vertx/core/impl/WorkerPool;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.workerPool:()Lio/vertx/core/impl/WorkerPool;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public final void reportException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.reportException:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public final java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> contextData();
descriptor: ()Ljava/util/concurrent/ConcurrentMap;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.contextData:()Ljava/util/concurrent/ConcurrentMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
Signature: ()Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;
public final java.util.concurrent.ConcurrentMap<java.lang.Object, java.lang.Object> localContextData();
descriptor: ()Ljava/util/concurrent/ConcurrentMap;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
ifnonnull 3
2: aload 0
new java.util.concurrent.ConcurrentHashMap
dup
invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
putfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
3: StackMap locals: io.vertx.core.impl.DuplicatedContext
StackMap stack:
aload 0
getfield io.vertx.core.impl.DuplicatedContext.localData:Ljava/util/concurrent/ConcurrentMap;
aload 1
monitorexit
4: areturn
5: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
6: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/impl/DuplicatedContext;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: ()Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Object;Ljava/lang/Object;>;
public final <T> io.vertx.core.Future<T> executeBlockingInternal(io.vertx.core.Handler<io.vertx.core.Promise<T>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.internalBlockingPool:Lio/vertx/core/impl/WorkerPool;
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.internalOrderedTasks:Lio/vertx/core/impl/TaskQueue;
invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
0 1 1 action Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;)Lio/vertx/core/Future<TT;>;
MethodParameters:
Name Flags
action
public final <T> io.vertx.core.Future<T> executeBlockingInternal(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean);
descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.internalBlockingPool:Lio/vertx/core/impl/WorkerPool;
iload 2
ifeq 1
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.internalOrderedTasks:Lio/vertx/core/impl/TaskQueue;
goto 2
StackMap locals: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler int
StackMap stack: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler io.vertx.core.impl.WorkerPool
1: aconst_null
StackMap locals: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler int
StackMap stack: io.vertx.core.impl.DuplicatedContext io.vertx.core.Handler io.vertx.core.impl.WorkerPool io.vertx.core.impl.TaskQueue
2: invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/impl/DuplicatedContext;
0 3 1 action Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
0 3 2 ordered Z
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Z)Lio/vertx/core/Future<TT;>;
MethodParameters:
Name Flags
action
ordered
public final <T> io.vertx.core.Future<T> executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean);
descriptor: (Lio/vertx/core/Handler;Z)Lio/vertx/core/Future;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ifeq 3
1: aload 0
invokevirtual io.vertx.core.impl.DuplicatedContext.orderedTasks:()Lio/vertx/core/impl/TaskQueue;
astore 3
start local 3 2: goto 4
end local 3 3: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 4: StackMap locals: io.vertx.core.impl.TaskQueue
StackMap stack:
aload 0
aload 1
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.workerPool:Lio/vertx/core/impl/WorkerPool;
aload 3
invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/impl/DuplicatedContext;
0 5 1 action Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
0 5 2 ordered Z
2 3 3 queue Lio/vertx/core/impl/TaskQueue;
4 5 3 queue Lio/vertx/core/impl/TaskQueue;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Z)Lio/vertx/core/Future<TT;>;
MethodParameters:
Name Flags
action
ordered
public final <T> io.vertx.core.Future<T> executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, io.vertx.core.impl.TaskQueue);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
getfield io.vertx.core.impl.ContextImpl.workerPool:Lio/vertx/core/impl/WorkerPool;
aload 2
invokestatic io.vertx.core.impl.ContextImpl.executeBlocking:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
0 1 1 blockingCodeHandler Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;
0 1 2 queue Lio/vertx/core/impl/TaskQueue;
Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/Promise<TT;>;>;Lio/vertx/core/impl/TaskQueue;)Lio/vertx/core/Future<TT;>;
MethodParameters:
Name Flags
blockingCodeHandler
queue
public final void runOnContext(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 0
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.runOnContext:(Lio/vertx/core/impl/AbstractContext;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 action Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
action
public final <T> void execute(T, io.vertx.core.Handler<T>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 0
aload 1
aload 2
invokevirtual io.vertx.core.impl.ContextImpl.execute:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 argument TT;
0 2 2 task Lio/vertx/core/Handler<TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
MethodParameters:
Name Flags
argument
task
public <T> void emit(T, io.vertx.core.Handler<T>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 0
aload 1
aload 2
invokevirtual io.vertx.core.impl.ContextImpl.emit:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 argument TT;
0 2 2 task Lio/vertx/core/Handler<TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
MethodParameters:
Name Flags
argument
task
public void execute(java.lang.Runnable);
descriptor: (Ljava/lang/Runnable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
aload 0
aload 1
invokevirtual io.vertx.core.impl.ContextImpl.execute:(Lio/vertx/core/impl/AbstractContext;Ljava/lang/Runnable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/DuplicatedContext;
0 2 1 task Ljava/lang/Runnable;
MethodParameters:
Name Flags
task
public boolean isEventLoopContext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokevirtual io.vertx.core.impl.ContextImpl.isEventLoopContext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public io.vertx.core.impl.ContextInternal duplicate();
descriptor: ()Lio/vertx/core/impl/ContextInternal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.impl.DuplicatedContext
dup
aload 0
getfield io.vertx.core.impl.DuplicatedContext.delegate:Lio/vertx/core/impl/ContextImpl;
invokespecial io.vertx.core.impl.DuplicatedContext.<init>:(Lio/vertx/core/impl/ContextImpl;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/DuplicatedContext;
public io.vertx.core.Vertx owner();
descriptor: ()Lio/vertx/core/Vertx;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.impl.DuplicatedContext.owner:()Lio/vertx/core/impl/VertxInternal;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DuplicatedContext.java"