public class org.springframework.scheduling.quartz.LocalDataSourceJobStore
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
  super_class: java.lang.Object
{
  public static final java.lang.String TX_DATA_SOURCE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "springTxDataSource."

  public static final java.lang.String NON_TX_DATA_SOURCE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "springNonTxDataSource."

  private javax.sql.DataSource dataSource;
    descriptor: Ljavax/sql/DataSource;
    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.LocalDataSourceJobStore this
         0: .line 25
            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\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tJobStoreCMT cannot be resolved to a type\n\tClassLoadHelper cannot be resolved to a type\n\tSchedulerSignaler cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tThe method setDontSetAutoCommitFalse(boolean) is undefined for the type LocalDataSourceJobStore\n\tDBConnectionManager cannot be resolved\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tConnectionProvider cannot be resolved to a type\n\tThe method getConnection() of type new ConnectionProvider(){} must override or implement a supertype method\n\tDataSourceUtils cannot be resolved\n\tThe method shutdown() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method initialize() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tDBConnectionManager cannot be resolved\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tConnectionProvider cannot be resolved to a type\n\tThe method getConnection() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method shutdown() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method initialize() of type new ConnectionProvider(){} must override or implement a supertype method\n\tJdbcUtils cannot be resolved\n\tJdbcUtils cannot be resolved\n\tThe method setUseDBLocks(boolean) is undefined for the type LocalDataSourceJobStore\n\tSimpleSemaphore cannot be resolved to a type\n\tMetaDataAccessException cannot be resolved to a type\n\tThe method logWarnIfNonZero(int, String) is undefined for the type LocalDataSourceJobStore\n\tThe method closeConnection(Connection) of type LocalDataSourceJobStore must override or implement a supertype method\n\tDataSourceUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalDataSourceJobStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalDataSourceJobStore;

  public void initialize(ClassLoadHelper, SchedulerSignaler);
    descriptor: (LClassLoadHelper;LSchedulerSignaler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scheduling.quartz.LocalDataSourceJobStore this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClassLoadHelper cannot be resolved to a type\n\tSchedulerSignaler cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n\tSchedulerConfigException cannot be resolved to a type\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tThe method setDontSetAutoCommitFalse(boolean) is undefined for the type LocalDataSourceJobStore\n\tDBConnectionManager cannot be resolved\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tConnectionProvider cannot be resolved to a type\n\tThe method getConnection() of type new ConnectionProvider(){} must override or implement a supertype method\n\tDataSourceUtils cannot be resolved\n\tThe method shutdown() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method initialize() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tDBConnectionManager cannot be resolved\n\tThe method getInstanceName() is undefined for the type LocalDataSourceJobStore\n\tConnectionProvider cannot be resolved to a type\n\tThe method getConnection() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method shutdown() of type new ConnectionProvider(){} must override or implement a supertype method\n\tThe method initialize() of type new ConnectionProvider(){} must override or implement a supertype method\n\tJdbcUtils cannot be resolved\n\tJdbcUtils cannot be resolved\n\tThe method setUseDBLocks(boolean) is undefined for the type LocalDataSourceJobStore\n\tSimpleSemaphore cannot be resolved to a type\n\tMetaDataAccessException cannot be resolved to a type\n\tThe method logWarnIfNonZero(int, String) is undefined for the type LocalDataSourceJobStore\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalDataSourceJobStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalDataSourceJobStore;
    Exceptions:
      throws SchedulerConfigException
    MethodParameters:
            Name  Flags
      loadHelper  
      signaler    

  protected void closeConnection(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.LocalDataSourceJobStore this
         0: .line 168
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method closeConnection(Connection) of type LocalDataSourceJobStore must override or implement a supertype method\n\tDataSourceUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.LocalDataSourceJobStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/LocalDataSourceJobStore;
    MethodParameters:
      Name  Flags
      con   
}
SourceFile: "LocalDataSourceJobStore.java"
NestMembers:
  org.springframework.scheduling.quartz.LocalDataSourceJobStore$1  org.springframework.scheduling.quartz.LocalDataSourceJobStore$2