public abstract class org.springframework.scheduling.commonj.TimerManagerAccessor extends org.springframework.jndi.JndiLocatorSupport implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.scheduling.commonj.TimerManagerAccessor
  super_class: org.springframework.jndi.JndiLocatorSupport
{
  private TimerManager timerManager;
    descriptor: LTimerManager;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String timerManagerName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import commonj.timers cannot be resolved\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n\tTimerManager cannot be resolved to a type\n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;

  public void setTimerManager(TimerManager);
    descriptor: (LTimerManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
    MethodParameters:
              Name  Flags
      timerManager  

  public void setTimerManagerName(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.commonj.TimerManagerAccessor this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
    MethodParameters:
                  Name  Flags
      timerManagerName  

  public void setShared(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
    MethodParameters:
        Name  Flags
      shared  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
    Exceptions:
      throws javax.naming.NamingException

  protected final TimerManager getTimerManager();
    descriptor: ()LTimerManager;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected TimerManager obtainTimerManager();
    descriptor: ()LTimerManager;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tThe method obtainTimerManager() from the type TimerManagerAccessor refers to the missing type TimerManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTimerManager cannot be resolved to a type\n\tTimerManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.commonj.TimerManagerAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/commonj/TimerManagerAccessor;
}
SourceFile: "TimerManagerAccessor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()