public class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
  super_class: java.lang.Object
{
  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private java.util.concurrent.Executor taskExecutor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThreadPool cannot be resolved to a type\n\tThe method setInstanceId(String) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tThe method setInstanceName(String) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tThe method initialize() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tSchedulerConfigException cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n\tThe method shutdown(boolean) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tThe method getPoolSize() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tThe method runInThread(Runnable) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tThe method blockForAvailableThreads() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;

  public void setInstanceId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setInstanceId(String) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
    MethodParameters:
             Name  Flags
      schedInstId  

  public void setInstanceName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setInstanceName(String) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
    MethodParameters:
           Name  Flags
      schedName  

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method initialize() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n\tSchedulerConfigException cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
    Exceptions:
      throws SchedulerConfigException

  public void shutdown(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method shutdown(boolean) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
    MethodParameters:
                       Name  Flags
      waitForJobsToComplete  

  public int getPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getPoolSize() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;

  public boolean runInThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method runInThread(Runnable) of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
    MethodParameters:
          Name  Flags
      runnable  

  public int blockForAvailableThreads();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method blockForAvailableThreads() of type LocalTaskExecutorThreadPool must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalTaskExecutorThreadPool;
}
SourceFile: "LocalTaskExecutorThreadPool.java"