class sun.print.ServiceNotifier extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.print.ServiceNotifier
  super_class: java.lang.Thread
{
  private javax.print.PrintService service;
    descriptor: Ljavax/print/PrintService;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Vector listeners;
    descriptor: Ljava/util/Vector;
    flags: (0x0002) ACC_PRIVATE

  private boolean stop;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private javax.print.attribute.PrintServiceAttributeSet lastSet;
    descriptor: Ljavax/print/attribute/PrintServiceAttributeSet;
    flags: (0x0002) ACC_PRIVATE

  void <init>(javax.print.PrintService);
    descriptor: (Ljavax/print/PrintService;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.print.ServiceNotifier this
        start local 1 // javax.print.PrintService service
         0: .line 51
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* service */
            invokeinterface javax.print.PrintService.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " notifier"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Thread.<init>:(Ljava/lang/String;)V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.print.ServiceNotifier.stop:Z
         2: .line 52
            aload 0 /* this */
            aload 1 /* service */
            putfield sun.print.ServiceNotifier.service:Ljavax/print/PrintService;
         3: .line 53
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
         4: .line 55
            aload 0 /* this */
            iconst_4
            invokevirtual sun.print.ServiceNotifier.setPriority:(I)V
         5: .line 56
            aload 0 /* this */
            iconst_1
            invokevirtual sun.print.ServiceNotifier.setDaemon:(Z)V
         6: .line 57
            aload 0 /* this */
            invokevirtual sun.print.ServiceNotifier.start:()V
         7: .line 58
            goto 9
      StackMap locals: sun.print.ServiceNotifier javax.print.PrintService
      StackMap stack: java.lang.SecurityException
         8: pop
         9: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.print.PrintService service
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/print/ServiceNotifier;
            0   10     1  service  Ljavax/print/PrintService;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.SecurityException
    MethodParameters:
         Name  Flags
      service  

  void addListener(javax.print.event.PrintServiceAttributeListener);
    descriptor: (Ljavax/print/event/PrintServiceAttributeListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.print.ServiceNotifier this
        start local 1 // javax.print.event.PrintServiceAttributeListener listener
         0: .line 63
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 64
            aload 1 /* listener */
            ifnull 2
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            ifnonnull 4
         2: .line 65
      StackMap locals: sun.print.ServiceNotifier
      StackMap stack:
            aload 2
            monitorexit
         3: return
         4: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            aload 1 /* listener */
            invokevirtual java.util.Vector.add:(Ljava/lang/Object;)Z
            pop
         5: .line 63
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.print.event.PrintServiceAttributeListener listener
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/print/ServiceNotifier;
            0   10     1  listener  Ljavax/print/event/PrintServiceAttributeListener;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
    MethodParameters:
          Name  Flags
      listener  

  void removeListener(javax.print.event.PrintServiceAttributeListener);
    descriptor: (Ljavax/print/event/PrintServiceAttributeListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.print.ServiceNotifier this
        start local 1 // javax.print.event.PrintServiceAttributeListener listener
         0: .line 72
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 73
            aload 1 /* listener */
            ifnull 2
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            ifnonnull 4
         2: .line 74
      StackMap locals: sun.print.ServiceNotifier
      StackMap stack:
            aload 2
            monitorexit
         3: return
         4: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            aload 1 /* listener */
            invokevirtual java.util.Vector.remove:(Ljava/lang/Object;)Z
            pop
         5: .line 72
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.print.event.PrintServiceAttributeListener listener
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/print/ServiceNotifier;
            0   10     1  listener  Ljavax/print/event/PrintServiceAttributeListener;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
    MethodParameters:
          Name  Flags
      listener  

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.ServiceNotifier this
         0: .line 81
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            ifnull 1
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            invokevirtual java.util.Vector.isEmpty:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/print/ServiceNotifier;

  void stopNotifier();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.print.ServiceNotifier this
         0: .line 85
            aload 0 /* this */
            iconst_1
            putfield sun.print.ServiceNotifier.stop:Z
         1: .line 86
            return
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/print/ServiceNotifier;

  void wake();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.print.ServiceNotifier this
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.print.ServiceNotifier.interrupt:()V
         1: .line 94
            goto 3
      StackMap locals:
      StackMap stack: java.lang.SecurityException
         2: pop
         3: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/print/ServiceNotifier;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.SecurityException

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=1
        start local 0 // sun.print.ServiceNotifier this
         0: .line 105
            ldc 15000
            lstore 1 /* minSleepTime */
        start local 1 // long minSleepTime
         1: .line 106
            ldc 2000
            lstore 3 /* sleepTime */
        start local 3 // long sleepTime
         2: .line 112
            goto 36
         3: .line 114
      StackMap locals: long long
      StackMap stack:
            lload 3 /* sleepTime */
            invokestatic java.lang.Thread.sleep:(J)V
         4: .line 115
            goto 6
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         5: pop
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 9
            monitorenter
         7: .line 118
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            ifnonnull 10
         8: .line 119
            aload 9
            monitorexit
         9: goto 36
        10: .line 121
      StackMap locals: sun.print.ServiceNotifier long long top top top top sun.print.ServiceNotifier
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 10 /* startTime */
        start local 10 // long startTime
        11: .line 122
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            ifnull 29
        12: .line 123
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.service:Ljavax/print/PrintService;
            instanceof sun.print.AttributeUpdater
            ifeq 16
        13: .line 125
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.service:Ljavax/print/PrintService;
            checkcast sun.print.AttributeUpdater
            invokeinterface sun.print.AttributeUpdater.getUpdatedAttributes:()Ljavax/print/attribute/PrintServiceAttributeSet;
        14: .line 124
            astore 8 /* psa */
        start local 8 // javax.print.attribute.PrintServiceAttributeSet psa
        15: .line 126
            goto 17
        end local 8 // javax.print.attribute.PrintServiceAttributeSet psa
        16: .line 127
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.service:Ljavax/print/PrintService;
            invokeinterface javax.print.PrintService.getAttributes:()Ljavax/print/attribute/PrintServiceAttributeSet;
            astore 8 /* psa */
        start local 8 // javax.print.attribute.PrintServiceAttributeSet psa
        17: .line 129
      StackMap locals: sun.print.ServiceNotifier long long top top top javax.print.attribute.PrintServiceAttributeSet sun.print.ServiceNotifier long
      StackMap stack:
            aload 8 /* psa */
            ifnull 29
            aload 8 /* psa */
            invokeinterface javax.print.attribute.PrintServiceAttributeSet.isEmpty:()Z
            ifne 29
        18: .line 130
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        19: goto 28
        20: .line 132
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            iload 12 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.print.event.PrintServiceAttributeListener
        21: .line 131
            astore 7 /* listener */
        start local 7 // javax.print.event.PrintServiceAttributeListener listener
        22: .line 134
            new javax.print.attribute.HashPrintServiceAttributeSet
            dup
            aload 8 /* psa */
            invokespecial javax.print.attribute.HashPrintServiceAttributeSet.<init>:(Ljavax/print/attribute/PrintServiceAttributeSet;)V
        23: .line 133
            astore 5 /* attrs */
        start local 5 // javax.print.attribute.HashPrintServiceAttributeSet attrs
        24: .line 136
            new javax.print.event.PrintServiceAttributeEvent
            dup
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.service:Ljavax/print/PrintService;
            aload 5 /* attrs */
            invokespecial javax.print.event.PrintServiceAttributeEvent.<init>:(Ljavax/print/PrintService;Ljavax/print/attribute/PrintServiceAttributeSet;)V
        25: .line 135
            astore 6 /* attrEvent */
        start local 6 // javax.print.event.PrintServiceAttributeEvent attrEvent
        26: .line 137
            aload 7 /* listener */
            aload 6 /* attrEvent */
            invokeinterface javax.print.event.PrintServiceAttributeListener.attributeUpdate:(Ljavax/print/event/PrintServiceAttributeEvent;)V
        27: .line 130
            iinc 12 /* i */ 1
        end local 7 // javax.print.event.PrintServiceAttributeListener listener
        end local 6 // javax.print.event.PrintServiceAttributeEvent attrEvent
        end local 5 // javax.print.attribute.HashPrintServiceAttributeSet attrs
      StackMap locals:
      StackMap stack:
        28: iload 12 /* i */
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.listeners:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            if_icmplt 20
        end local 12 // int i
        end local 8 // javax.print.attribute.PrintServiceAttributeSet psa
        29: .line 141
      StackMap locals: sun.print.ServiceNotifier long long top top top top sun.print.ServiceNotifier long
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 10 /* startTime */
            lsub
            ldc 10
            lmul
            lstore 3 /* sleepTime */
        30: .line 142
            lload 3 /* sleepTime */
            lload 1 /* minSleepTime */
            lcmp
            ifge 32
        31: .line 143
            lload 1 /* minSleepTime */
            lstore 3 /* sleepTime */
        end local 10 // long startTime
        32: .line 117
      StackMap locals:
      StackMap stack:
            aload 9
            monitorexit
        33: goto 36
      StackMap locals:
      StackMap stack: java.lang.Throwable
        34: aload 9
            monitorexit
        35: athrow
        36: .line 112
      StackMap locals: sun.print.ServiceNotifier long long
      StackMap stack:
            aload 0 /* this */
            getfield sun.print.ServiceNotifier.stop:Z
            ifeq 3
        37: .line 147
            return
        end local 3 // long sleepTime
        end local 1 // long minSleepTime
        end local 0 // sun.print.ServiceNotifier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   38     0          this  Lsun/print/ServiceNotifier;
            1   38     1  minSleepTime  J
            2   38     3     sleepTime  J
           24   28     5         attrs  Ljavax/print/attribute/HashPrintServiceAttributeSet;
           26   28     6     attrEvent  Ljavax/print/event/PrintServiceAttributeEvent;
           22   28     7      listener  Ljavax/print/event/PrintServiceAttributeListener;
           15   16     8           psa  Ljavax/print/attribute/PrintServiceAttributeSet;
           17   29     8           psa  Ljavax/print/attribute/PrintServiceAttributeSet;
           11   32    10     startTime  J
           19   29    12             i  I
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.InterruptedException
           7     9      34  any
          10    33      34  any
          34    35      34  any
}
SourceFile: "ServiceNotifier.java"