class org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool implements org.xnio.XnioWorker$TaskPool
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool
  super_class: java.lang.Object
{
  private final org.jboss.threads.EnhancedQueueExecutor executor;
    descriptor: Lorg/jboss/threads/EnhancedQueueExecutor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jboss.threads.EnhancedQueueExecutor);
    descriptor: (Lorg/jboss/threads/EnhancedQueueExecutor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // org.jboss.threads.EnhancedQueueExecutor executor
         0: .line 1330
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1331
            aload 0 /* this */
            aload 1 /* executor */
            putfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
         2: .line 1332
            return
        end local 1 // org.jboss.threads.EnhancedQueueExecutor executor
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    3     1  executor  Lorg/jboss/threads/EnhancedQueueExecutor;
    MethodParameters:
          Name  Flags
      executor  final

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1335
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.shutdown:()V
         1: .line 1336
            return
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;

  public java.util.List<java.lang.Runnable> shutdownNow();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1339
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.shutdownNow:()Ljava/util/List;
            areturn
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
    Signature: ()Ljava/util/List<Ljava/lang/Runnable;>;

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // java.lang.Runnable command
         0: .line 1343
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            aload 1 /* command */
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.execute:(Ljava/lang/Runnable;)V
         1: .line 1344
            return
        end local 1 // java.lang.Runnable command
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    2     1  command  Ljava/lang/Runnable;
    MethodParameters:
         Name  Flags
      command  final

  public int getCorePoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1347
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.getCorePoolSize:()I
            ireturn
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;

  public int getMaximumPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1351
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.getMaximumPoolSize:()I
            ireturn
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;

  public long getKeepAliveTime(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // java.util.concurrent.TimeUnit unit
         0: .line 1355
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            aload 1 /* unit */
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.getKeepAliveTime:(Ljava/util/concurrent/TimeUnit;)J
            lreturn
        end local 1 // java.util.concurrent.TimeUnit unit
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    1     1  unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
      Name  Flags
      unit  final

  public void setCorePoolSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // int size
         0: .line 1359
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            iload 1 /* size */
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.setCorePoolSize:(I)V
         1: .line 1360
            return
        end local 1 // int size
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public void setMaximumPoolSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // int size
         0: .line 1363
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            iload 1 /* size */
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.setMaximumPoolSize:(I)V
         1: .line 1364
            return
        end local 1 // int size
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  public void setKeepAliveTime(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 1367
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            lload 1 /* time */
            aload 3 /* unit */
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.setKeepAliveTime:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 1368
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long time
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
            0    2     1  time  J
            0    2     3  unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
      Name  Flags
      time  final
      unit  final

  public int getActiveCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1371
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.getActiveCount:()I
            ireturn
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;

  public int getQueueSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
         0: .line 1375
            aload 0 /* this */
            getfield org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool.executor:Lorg/jboss/threads/EnhancedQueueExecutor;
            invokevirtual org.jboss.threads.EnhancedQueueExecutor.getQueueSize:()I
            ireturn
        end local 0 // org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/XnioWorker$EnhancedQueueExecutorTaskPool;
}
SourceFile: "XnioWorker.java"
NestHost: org.xnio.XnioWorker
InnerClasses:
  EnhancedQueueExecutorTaskPool = org.xnio.XnioWorker$EnhancedQueueExecutorTaskPool of org.xnio.XnioWorker
  abstract TaskPool = org.xnio.XnioWorker$TaskPool of org.xnio.XnioWorker