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

  private java.util.Vector<java.lang.String> enabledAttributes;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Vector<Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotificationFilter this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
         2: .line 42
            return
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/AttributeChangeNotificationFilter;

  public synchronized boolean isNotificationEnabled(javax.management.Notification);
    descriptor: (Ljavax/management/Notification;)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.management.AttributeChangeNotificationFilter this
        start local 1 // javax.management.Notification notification
         0: .line 66
            aload 1 /* notification */
            invokevirtual javax.management.Notification.getType:()Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
         1: .line 68
            aload 2 /* type */
            ifnull 4
         2: .line 69
            aload 2 /* type */
            ldc "jmx.attribute.change"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 70
            aload 1 /* notification */
            instanceof javax.management.AttributeChangeNotification
            ifne 5
         4: .line 71
      StackMap locals: java.lang.String
      StackMap stack:
            iconst_0
            ireturn
         5: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* notification */
            checkcast javax.management.AttributeChangeNotification
            invokevirtual javax.management.AttributeChangeNotification.getAttributeName:()Ljava/lang/String;
         6: .line 74
            astore 3 /* attributeName */
        start local 3 // java.lang.String attributeName
         7: .line 76
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            aload 3 /* attributeName */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 3 // java.lang.String attributeName
        end local 2 // java.lang.String type
        end local 1 // javax.management.Notification notification
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Ljavax/management/AttributeChangeNotificationFilter;
            0    8     1   notification  Ljavax/management/Notification;
            1    8     2           type  Ljava/lang/String;
            7    8     3  attributeName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      notification  

  public synchronized void enableAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.AttributeChangeNotificationFilter this
        start local 1 // java.lang.String name
         0: .line 90
            aload 1 /* name */
            ifnonnull 2
         1: .line 91
            new java.lang.IllegalArgumentException
            dup
            ldc "The name cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            aload 1 /* name */
            invokevirtual java.util.Vector.contains:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 94
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            aload 1 /* name */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         4: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/management/AttributeChangeNotificationFilter;
            0    5     1  name  Ljava/lang/String;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      name  

  public synchronized void disableAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.AttributeChangeNotificationFilter this
        start local 1 // java.lang.String name
         0: .line 107
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            aload 1 /* name */
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
         1: .line 108
            return
        end local 1 // java.lang.String name
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/AttributeChangeNotificationFilter;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public synchronized void disableAllAttributes();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotificationFilter this
         0: .line 114
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            invokevirtual java.util.Vector.removeAllElements:()V
         1: .line 115
            return
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/AttributeChangeNotificationFilter;

  public synchronized java.util.Vector<java.lang.String> getEnabledAttributes();
    descriptor: ()Ljava/util/Vector;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.AttributeChangeNotificationFilter this
         0: .line 123
            aload 0 /* this */
            getfield javax.management.AttributeChangeNotificationFilter.enabledAttributes:Ljava/util/Vector;
            areturn
        end local 0 // javax.management.AttributeChangeNotificationFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/AttributeChangeNotificationFilter;
    Signature: ()Ljava/util/Vector<Ljava/lang/String;>;
}
SourceFile: "AttributeChangeNotificationFilter.java"