class com.sun.jmx.remote.internal.ArrayNotificationBuffer$1 implements javax.management.NotificationListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.jmx.remote.internal.ArrayNotificationBuffer$1
  super_class: java.lang.Object
{
  final com.sun.jmx.remote.internal.ArrayNotificationBuffer this$0;
    descriptor: Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.jmx.remote.internal.ArrayNotificationBuffer);
    descriptor: (Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$1 this
         0: .line 796
            aload 0 /* this */
            aload 1
            putfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$1.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleNotification(javax.management.Notification, java.lang.Object);
    descriptor: (Ljavax/management/Notification;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$1 this
        start local 1 // javax.management.Notification notif
        start local 2 // java.lang.Object handback
         0: .line 799
            getstatic com.sun.jmx.remote.internal.ArrayNotificationBuffer.logger:Lcom/sun/jmx/remote/util/ClassLogger;
            ldc "creationListener"
            ldc "handleNotification called"
            invokevirtual com.sun.jmx.remote.util.ClassLogger.debug:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 800
            aload 0 /* this */
            getfield com.sun.jmx.remote.internal.ArrayNotificationBuffer$1.this$0:Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer;
            aload 1 /* notif */
            checkcast javax.management.MBeanServerNotification
            invokevirtual com.sun.jmx.remote.internal.ArrayNotificationBuffer.createdNotification:(Ljavax/management/MBeanServerNotification;)V
         2: .line 801
            return
        end local 2 // java.lang.Object handback
        end local 1 // javax.management.Notification notif
        end local 0 // com.sun.jmx.remote.internal.ArrayNotificationBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/jmx/remote/internal/ArrayNotificationBuffer$1;
            0    3     1     notif  Ljavax/management/Notification;
            0    3     2  handback  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      notif     
      handback  
}
SourceFile: "ArrayNotificationBuffer.java"
EnclosingMethod: com.sun.jmx.remote.internal.ArrayNotificationBuffer
NestHost: com.sun.jmx.remote.internal.ArrayNotificationBuffer
InnerClasses:
  com.sun.jmx.remote.internal.ArrayNotificationBuffer$1