class javax.management.NotificationBroadcasterSupport$SendNotifJob implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.management.NotificationBroadcasterSupport$SendNotifJob
super_class: java.lang.Object
{
private final javax.management.Notification notif;
descriptor: Ljavax/management/Notification;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final javax.management.NotificationBroadcasterSupport$ListenerInfo listenerInfo;
descriptor: Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final javax.management.NotificationBroadcasterSupport this$0;
descriptor: Ljavax/management/NotificationBroadcasterSupport;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(javax.management.NotificationBroadcasterSupport, javax.management.Notification, javax.management.NotificationBroadcasterSupport$ListenerInfo);
descriptor: (Ljavax/management/NotificationBroadcasterSupport;Ljavax/management/Notification;Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 // javax.management.NotificationBroadcasterSupport$SendNotifJob this
start local 2 // javax.management.Notification notif
start local 3 // javax.management.NotificationBroadcasterSupport$ListenerInfo listenerInfo
0: .line 345
aload 0 /* this */
aload 1
putfield javax.management.NotificationBroadcasterSupport$SendNotifJob.this$0:Ljavax/management/NotificationBroadcasterSupport;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 346
aload 0 /* this */
aload 2 /* notif */
putfield javax.management.NotificationBroadcasterSupport$SendNotifJob.notif:Ljavax/management/Notification;
2: .line 347
aload 0 /* this */
aload 3 /* listenerInfo */
putfield javax.management.NotificationBroadcasterSupport$SendNotifJob.listenerInfo:Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
3: .line 348
return
end local 3 // javax.management.NotificationBroadcasterSupport$ListenerInfo listenerInfo
end local 2 // javax.management.Notification notif
end local 0 // javax.management.NotificationBroadcasterSupport$SendNotifJob this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/management/NotificationBroadcasterSupport$SendNotifJob;
0 4 2 notif Ljavax/management/Notification;
0 4 3 listenerInfo Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
MethodParameters:
Name Flags
this$0 final
notif
listenerInfo
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 // javax.management.NotificationBroadcasterSupport$SendNotifJob this
0: .line 352
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$SendNotifJob.this$0:Ljavax/management/NotificationBroadcasterSupport;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$SendNotifJob.listenerInfo:Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
1: .line 353
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$SendNotifJob.notif:Ljavax/management/Notification;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$SendNotifJob.listenerInfo:Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.handback:Ljava/lang/Object;
2: .line 352
invokevirtual javax.management.NotificationBroadcasterSupport.handleNotification:(Ljavax/management/NotificationListener;Ljavax/management/Notification;Ljava/lang/Object;)V
3: .line 354
goto 7
StackMap locals:
StackMap stack: java.lang.Exception
4: astore 1 /* e */
start local 1 // java.lang.Exception e
5: .line 355
getstatic javax.management.NotificationBroadcasterSupport.logger:Lcom/sun/jmx/remote/util/ClassLogger;
invokevirtual com.sun.jmx.remote.util.ClassLogger.debugOn:()Z
ifeq 7
6: .line 356
getstatic javax.management.NotificationBroadcasterSupport.logger:Lcom/sun/jmx/remote/util/ClassLogger;
ldc "SendNotifJob-run"
aload 1 /* e */
invokevirtual com.sun.jmx.remote.util.ClassLogger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
end local 1 // java.lang.Exception e
7: .line 359
StackMap locals:
StackMap stack:
return
end local 0 // javax.management.NotificationBroadcasterSupport$SendNotifJob this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavax/management/NotificationBroadcasterSupport$SendNotifJob;
5 7 1 e Ljava/lang/Exception;
Exception table:
from to target type
0 3 4 Class java.lang.Exception
}
SourceFile: "NotificationBroadcasterSupport.java"
NestHost: javax.management.NotificationBroadcasterSupport
InnerClasses:
private ListenerInfo = javax.management.NotificationBroadcasterSupport$ListenerInfo of javax.management.NotificationBroadcasterSupport
private SendNotifJob = javax.management.NotificationBroadcasterSupport$SendNotifJob of javax.management.NotificationBroadcasterSupport