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

  public static final java.lang.String ATTRIBUTE_CHANGE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jmx.attribute.change"

  private java.lang.String attributeName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String attributeType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object oldValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object newValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object, long, long, java.lang.String, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=9
        start local 0 // javax.management.AttributeChangeNotification this
        start local 1 // java.lang.Object source
        start local 2 // long sequenceNumber
        start local 4 // long timeStamp
        start local 6 // java.lang.String msg
        start local 7 // java.lang.String attributeName
        start local 8 // java.lang.String attributeType
        start local 9 // java.lang.Object oldValue
        start local 10 // java.lang.Object newValue
         0: .line 102
            aload 0 /* this */
            ldc "jmx.attribute.change"
            aload 1 /* source */
            lload 2 /* sequenceNumber */
            lload 4 /* timeStamp */
            aload 6 /* msg */
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JJLjava/lang/String;)V
         1: .line 67
            aload 0 /* this */
            aconst_null
            putfield javax.management.AttributeChangeNotification.attributeName:Ljava/lang/String;
         2: .line 72
            aload 0 /* this */
            aconst_null
            putfield javax.management.AttributeChangeNotification.attributeType:Ljava/lang/String;
         3: .line 77
            aload 0 /* this */
            aconst_null
            putfield javax.management.AttributeChangeNotification.oldValue:Ljava/lang/Object;
         4: .line 82
            aload 0 /* this */
            aconst_null
            putfield javax.management.AttributeChangeNotification.newValue:Ljava/lang/Object;
         5: .line 103
            aload 0 /* this */
            aload 7 /* attributeName */
            putfield javax.management.AttributeChangeNotification.attributeName:Ljava/lang/String;
         6: .line 104
            aload 0 /* this */
            aload 8 /* attributeType */
            putfield javax.management.AttributeChangeNotification.attributeType:Ljava/lang/String;
         7: .line 105
            aload 0 /* this */
            aload 9 /* oldValue */
            putfield javax.management.AttributeChangeNotification.oldValue:Ljava/lang/Object;
         8: .line 106
            aload 0 /* this */
            aload 10 /* newValue */
            putfield javax.management.AttributeChangeNotification.newValue:Ljava/lang/Object;
         9: .line 107
            return
        end local 10 // java.lang.Object newValue
        end local 9 // java.lang.Object oldValue
        end local 8 // java.lang.String attributeType
        end local 7 // java.lang.String attributeName
        end local 6 // java.lang.String msg
        end local 4 // long timeStamp
        end local 2 // long sequenceNumber
        end local 1 // java.lang.Object source
        end local 0 // javax.management.AttributeChangeNotification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Ljavax/management/AttributeChangeNotification;
            0   10     1          source  Ljava/lang/Object;
            0   10     2  sequenceNumber  J
            0   10     4       timeStamp  J
            0   10     6             msg  Ljava/lang/String;
            0   10     7   attributeName  Ljava/lang/String;
            0   10     8   attributeType  Ljava/lang/String;
            0   10     9        oldValue  Ljava/lang/Object;
            0   10    10        newValue  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      source          
      sequenceNumber  
      timeStamp       
      msg             
      attributeName   
      attributeType   
      oldValue        
      newValue        

  public java.lang.String getAttributeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotification this
         0: .line 116
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotification.attributeName:Ljava/lang/String;
            areturn
        end local 0 // javax.management.AttributeChangeNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/AttributeChangeNotification;

  public java.lang.String getAttributeType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotification this
         0: .line 125
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotification.attributeType:Ljava/lang/String;
            areturn
        end local 0 // javax.management.AttributeChangeNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/AttributeChangeNotification;

  public java.lang.Object getOldValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotification this
         0: .line 134
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotification.oldValue:Ljava/lang/Object;
            areturn
        end local 0 // javax.management.AttributeChangeNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/AttributeChangeNotification;

  public java.lang.Object getNewValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotification this
         0: .line 143
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotification.newValue:Ljava/lang/Object;
            areturn
        end local 0 // javax.management.AttributeChangeNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/AttributeChangeNotification;
}
SourceFile: "AttributeChangeNotification.java"