class org.springframework.orm.jpa.support.AsyncRequestInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.orm.jpa.support.AsyncRequestInterceptor
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final EntityManagerFactory emFactory;
    descriptor: LEntityManagerFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.orm.jpa.EntityManagerHolder emHolder;
    descriptor: Lorg/springframework/orm/jpa/EntityManagerHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean timeoutInProgress;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean errorInProgress;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>(EntityManagerFactory, org.springframework.orm.jpa.EntityManagerHolder);
    descriptor: (LEntityManagerFactory;Lorg/springframework/orm/jpa/EntityManagerHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tCallableProcessingInterceptor cannot be resolved to a type\n\tDeferredResultProcessingInterceptor cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tNativeWebRequest cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tNativeWebRequest cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tNativeWebRequest cannot be resolved to a type\n\tRESULT_NONE cannot be resolved to a variable\n\tNativeWebRequest cannot be resolved to a type\n\tRESULT_NONE cannot be resolved to a variable\n\tNativeWebRequest cannot be resolved to a type\n\tThe method getEntityManager() from the type EntityManagerHolder refers to the missing type EntityManager\n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    MethodParameters:
           Name  Flags
      emFactory  
      emHolder   

  public <T> void preProcess(NativeWebRequest, java.util.concurrent.Callable<T>);
    descriptor: (LNativeWebRequest;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNativeWebRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;Ljava/util/concurrent/Callable<TT;>;)V
    MethodParameters:
         Name  Flags
      request  
      task     

  public void bindEntityManager();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEntityManagerFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;

  public <T> void postProcess(NativeWebRequest, java.util.concurrent.Callable<T>, );
    descriptor: (LNativeWebRequest;Ljava/util/concurrent/Callable;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;Ljava/util/concurrent/Callable<TT;>;Ljava/lang/Object;)V
    MethodParameters:
                  Name  Flags
      request           
      task              
      concurrentResult  

  public <T>  handleTimeout(NativeWebRequest, java.util.concurrent.Callable<T>);
    descriptor: (LNativeWebRequest;Ljava/util/concurrent/Callable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tRESULT_NONE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;Ljava/util/concurrent/Callable<TT;>;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      request  
      task     

  public <T>  handleError(NativeWebRequest, java.util.concurrent.Callable<T>, java.lang.Throwable);
    descriptor: (LNativeWebRequest;Ljava/util/concurrent/Callable;Ljava/lang/Throwable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tRESULT_NONE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;Ljava/util/concurrent/Callable<TT;>;Ljava/lang/Throwable;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      request  
      task     
      t        

  public <T> void afterCompletion(NativeWebRequest, java.util.concurrent.Callable<T>);
    descriptor: (LNativeWebRequest;Ljava/util/concurrent/Callable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNativeWebRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;Ljava/util/concurrent/Callable<TT;>;)V
    MethodParameters:
         Name  Flags
      request  
      task     

  private void closeEntityManager();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getEntityManager() from the type EntityManagerHolder refers to the missing type EntityManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;

  public <T> boolean handleTimeout(NativeWebRequest, DeferredResult<T>);
    descriptor: (LNativeWebRequest;LDeferredResult;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;LDeferredResult<TT;>;)Z
    MethodParameters:
                Name  Flags
      request         
      deferredResult  

  public <T> boolean handleError(NativeWebRequest, DeferredResult<T>, java.lang.Throwable);
    descriptor: (LNativeWebRequest;LDeferredResult;Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;LDeferredResult<TT;>;Ljava/lang/Throwable;)Z
    MethodParameters:
                Name  Flags
      request         
      deferredResult  
      t               

  public <T> void afterCompletion(NativeWebRequest, DeferredResult<T>);
    descriptor: (LNativeWebRequest;LDeferredResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeWebRequest cannot be resolved to a type\n\tDeferredResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.support.AsyncRequestInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/support/AsyncRequestInterceptor;
    Signature: <T:Ljava/lang/Object;>(LNativeWebRequest;LDeferredResult<TT;>;)V
    MethodParameters:
                Name  Flags
      request         
      deferredResult  
}
SourceFile: "AsyncRequestInterceptor.java"