class org.xnio.AbstractIoFuture$NotifierRunnable<T, A> implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.AbstractIoFuture$NotifierRunnable
super_class: java.lang.Object
{
private final org.xnio.IoFuture$Notifier<? super T, A> notifier;
descriptor: Lorg/xnio/IoFuture$Notifier;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
private final org.xnio.IoFuture<T> future;
descriptor: Lorg/xnio/IoFuture;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/xnio/IoFuture<TT;>;
private final A attachment;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: TA;
void <init>(org.xnio.IoFuture$Notifier<? super T, A>, org.xnio.IoFuture<T>, );
descriptor: (Lorg/xnio/IoFuture$Notifier;Lorg/xnio/IoFuture;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
2: aload 0
aload 2
putfield org.xnio.AbstractIoFuture$NotifierRunnable.future:Lorg/xnio/IoFuture;
3: aload 0
aload 3
putfield org.xnio.AbstractIoFuture$NotifierRunnable.attachment:Ljava/lang/Object;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/xnio/AbstractIoFuture$NotifierRunnable<TT;TA;>;
0 5 1 notifier Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
0 5 2 future Lorg/xnio/IoFuture<TT;>;
0 5 3 attachment TA;
Signature: (Lorg/xnio/IoFuture$Notifier<-TT;TA;>;Lorg/xnio/IoFuture<TT;>;TA;)V
MethodParameters:
Name Flags
notifier final
future final
attachment final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
aload 0
getfield org.xnio.AbstractIoFuture$NotifierRunnable.future:Lorg/xnio/IoFuture;
aload 0
getfield org.xnio.AbstractIoFuture$NotifierRunnable.attachment:Ljava/lang/Object;
invokeinterface org.xnio.IoFuture$Notifier.notify:(Lorg/xnio/IoFuture;Ljava/lang/Object;)V
1: goto 4
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 1
start local 1 3: getstatic org.xnio._private.Messages.futureMsg:Lorg/xnio/_private/Messages;
aload 1
aload 0
getfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
invokeinterface org.xnio._private.Messages.notifierFailed:(Ljava/lang/Throwable;Lorg/xnio/IoFuture$Notifier;)V
end local 1 4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/xnio/AbstractIoFuture$NotifierRunnable<TT;TA;>;
3 4 1 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;A:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Runnable;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
NotifierRunnable = org.xnio.AbstractIoFuture$NotifierRunnable of org.xnio.AbstractIoFuture
public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture