public class javax.management.timer.TimerNotification extends javax.management.Notification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.timer.TimerNotification
  super_class: javax.management.Notification
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1798492029603825750

  private java.lang.Integer notificationID;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.Object, long, long, java.lang.String, java.lang.Integer);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // javax.management.timer.TimerNotification this
        start local 1 // java.lang.String type
        start local 2 // java.lang.Object source
        start local 3 // long sequenceNumber
        start local 5 // long timeStamp
        start local 7 // java.lang.String msg
        start local 8 // java.lang.Integer id
         0: .line 75
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* source */
            lload 3 /* sequenceNumber */
            lload 5 /* timeStamp */
            aload 7 /* msg */
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;)V
         1: .line 76
            aload 0 /* this */
            aload 8 /* id */
            putfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
         2: .line 77
            return
        end local 8 // java.lang.Integer id
        end local 7 // java.lang.String msg
        end local 5 // long timeStamp
        end local 3 // long sequenceNumber
        end local 2 // java.lang.Object source
        end local 1 // java.lang.String type
        end local 0 // javax.management.timer.TimerNotification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljavax/management/timer/TimerNotification;
            0    3     1            type  Ljava/lang/String;
            0    3     2          source  Ljava/lang/Object;
            0    3     3  sequenceNumber  J
            0    3     5       timeStamp  J
            0    3     7             msg  Ljava/lang/String;
            0    3     8              id  Ljava/lang/Integer;
    MethodParameters:
                Name  Flags
      type            
      source          
      sequenceNumber  
      timeStamp       
      msg             
      id              

  public java.lang.Integer getNotificationID();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.timer.TimerNotification this
         0: .line 94
            aload 0 /* this */
            getfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
            areturn
        end local 0 // javax.management.timer.TimerNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/timer/TimerNotification;

  java.lang.Object cloneTimerNotification();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=10, locals=2, args_size=1
        start local 0 // javax.management.timer.TimerNotification this
         0: .line 109
            new javax.management.timer.TimerNotification
            dup
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getType:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getSource:()Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getSequenceNumber:()J
         1: .line 110
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getTimeStamp:()J
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getMessage:()Ljava/lang/String;
            aload 0 /* this */
            getfield javax.management.timer.TimerNotification.notificationID:Ljava/lang/Integer;
         2: .line 109
            invokespecial javax.management.timer.TimerNotification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/Integer;)V
            astore 1 /* clone */
        start local 1 // javax.management.timer.TimerNotification clone
         3: .line 111
            aload 1 /* clone */
            aload 0 /* this */
            invokevirtual javax.management.timer.TimerNotification.getUserData:()Ljava/lang/Object;
            invokevirtual javax.management.timer.TimerNotification.setUserData:(Ljava/lang/Object;)V
         4: .line 112
            aload 1 /* clone */
            areturn
        end local 1 // javax.management.timer.TimerNotification clone
        end local 0 // javax.management.timer.TimerNotification this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/management/timer/TimerNotification;
            3    5     1  clone  Ljavax/management/timer/TimerNotification;
}
SourceFile: "TimerNotification.java"