public class javax.management.remote.NotificationResult implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.remote.NotificationResult
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1191800228721395279

  private long earliestSequenceNumber;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long nextSequenceNumber;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private javax.management.remote.TargetedNotification[] targetedNotifications;
    descriptor: [Ljavax/management/remote/TargetedNotification;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(long, long, javax.management.remote.TargetedNotification[]);
    descriptor: (JJ[Ljavax/management/remote/TargetedNotification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javax.management.remote.NotificationResult this
        start local 1 // long earliestSequenceNumber
        start local 3 // long nextSequenceNumber
        start local 5 // javax.management.remote.TargetedNotification[] targetedNotifications
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 5 /* targetedNotifications */
            lload 1 /* earliestSequenceNumber */
            lload 3 /* nextSequenceNumber */
            invokestatic javax.management.remote.NotificationResult.validate:([Ljavax/management/remote/TargetedNotification;JJ)V
         2: .line 83
            aload 0 /* this */
            lload 1 /* earliestSequenceNumber */
            putfield javax.management.remote.NotificationResult.earliestSequenceNumber:J
         3: .line 84
            aload 0 /* this */
            lload 3 /* nextSequenceNumber */
            putfield javax.management.remote.NotificationResult.nextSequenceNumber:J
         4: .line 85
            aload 0 /* this */
            aload 5 /* targetedNotifications */
            arraylength
            ifne 5
            aload 5 /* targetedNotifications */
            goto 6
      StackMap locals: javax.management.remote.NotificationResult long long javax.management.remote.TargetedNotification[]
      StackMap stack: javax.management.remote.NotificationResult
         5: aload 5 /* targetedNotifications */
            invokevirtual javax.management.remote.TargetedNotification[].clone:()Ljava/lang/Object;
            checkcast javax.management.remote.TargetedNotification[]
      StackMap locals: javax.management.remote.NotificationResult long long javax.management.remote.TargetedNotification[]
      StackMap stack: javax.management.remote.NotificationResult javax.management.remote.TargetedNotification[]
         6: putfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
         7: .line 86
            return
        end local 5 // javax.management.remote.TargetedNotification[] targetedNotifications
        end local 3 // long nextSequenceNumber
        end local 1 // long earliestSequenceNumber
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Ljavax/management/remote/NotificationResult;
            0    8     1  earliestSequenceNumber  J
            0    8     3      nextSequenceNumber  J
            0    8     5   targetedNotifications  [Ljavax/management/remote/TargetedNotification;
    MethodParameters:
                        Name  Flags
      earliestSequenceNumber  
      nextSequenceNumber      
      targetedNotifications   

  public long getEarliestSequenceNumber();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.management.remote.NotificationResult this
         0: .line 96
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.earliestSequenceNumber:J
            lreturn
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/NotificationResult;

  public long getNextSequenceNumber();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.management.remote.NotificationResult this
         0: .line 107
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.nextSequenceNumber:J
            lreturn
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/NotificationResult;

  public javax.management.remote.TargetedNotification[] getTargetedNotifications();
    descriptor: ()[Ljavax/management/remote/TargetedNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.remote.NotificationResult this
         0: .line 118
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            arraylength
            ifne 1
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            invokevirtual javax.management.remote.TargetedNotification[].clone:()Ljava/lang/Object;
            checkcast javax.management.remote.TargetedNotification[]
      StackMap locals:
      StackMap stack: javax.management.remote.TargetedNotification[]
         2: areturn
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/remote/NotificationResult;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.NotificationResult this
         0: .line 129
            new java.lang.StringBuilder
            dup
            ldc "NotificationResult: earliest="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.remote.NotificationResult.getEarliestSequenceNumber:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         1: .line 130
            ldc "; next="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.remote.NotificationResult.getNextSequenceNumber:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "; nnotifs="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 131
            aload 0 /* this */
            invokevirtual javax.management.remote.NotificationResult.getTargetedNotifications:()[Ljavax/management/remote/TargetedNotification;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 129
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/remote/NotificationResult;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.management.remote.NotificationResult this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 135
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 138
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
         2: .line 139
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.earliestSequenceNumber:J
         3: .line 140
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.nextSequenceNumber:J
         4: .line 137
            invokestatic javax.management.remote.NotificationResult.validate:([Ljavax/management/remote/TargetedNotification;JJ)V
         5: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            arraylength
            ifne 7
         6: .line 144
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            goto 8
         7: .line 145
      StackMap locals:
      StackMap stack: javax.management.remote.NotificationResult
            aload 0 /* this */
            getfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
            invokevirtual javax.management.remote.TargetedNotification[].clone:()Ljava/lang/Object;
            checkcast javax.management.remote.TargetedNotification[]
         8: .line 143
      StackMap locals: javax.management.remote.NotificationResult java.io.ObjectInputStream
      StackMap stack: javax.management.remote.NotificationResult javax.management.remote.TargetedNotification[]
            putfield javax.management.remote.NotificationResult.targetedNotifications:[Ljavax/management/remote/TargetedNotification;
         9: .line 146
            goto 12
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        10: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
        11: .line 147
            new java.io.InvalidObjectException
            dup
            aload 2 /* e */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
        12: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // javax.management.remote.NotificationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljavax/management/remote/NotificationResult;
            0   13     1   ois  Ljava/io/ObjectInputStream;
           11   12     2     e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           1     9      10  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      ois   

  private static void validate(javax.management.remote.TargetedNotification[], long, long);
    descriptor: ([Ljavax/management/remote/TargetedNotification;JJ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // javax.management.remote.TargetedNotification[] targetedNotifications
        start local 1 // long earliestSequenceNumber
        start local 3 // long nextSequenceNumber
         0: .line 159
            aload 0 /* targetedNotifications */
            ifnonnull 2
         1: .line 161
            new java.lang.IllegalArgumentException
            dup
            ldc "Notifications null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            lload 1 /* earliestSequenceNumber */
            lconst_0
            lcmp
            iflt 3
            lload 3 /* nextSequenceNumber */
            lconst_0
            lcmp
            ifge 4
         3: .line 165
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Bad sequence numbers"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long nextSequenceNumber
        end local 1 // long earliestSequenceNumber
        end local 0 // javax.management.remote.TargetedNotification[] targetedNotifications
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0   targetedNotifications  [Ljavax/management/remote/TargetedNotification;
            0    5     1  earliestSequenceNumber  J
            0    5     3      nextSequenceNumber  J
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
                        Name  Flags
      targetedNotifications   
      earliestSequenceNumber  
      nextSequenceNumber      
}
SourceFile: "NotificationResult.java"