public class org.springframework.transaction.jta.UserTransactionAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.transaction.jta.UserTransactionAdapter
  super_class: java.lang.Object
{
  private final TransactionManager transactionManager;
    descriptor: LTransactionManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(TransactionManager);
    descriptor: (LTransactionManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.transaction.HeuristicMixedException cannot be resolved\n\tThe import javax.transaction.HeuristicRollbackException cannot be resolved\n\tThe import javax.transaction.NotSupportedException cannot be resolved\n\tThe import javax.transaction.RollbackException cannot be resolved\n\tThe import javax.transaction.SystemException cannot be resolved\n\tThe import javax.transaction.TransactionManager cannot be resolved\n\tThe import javax.transaction.UserTransaction cannot be resolved\n\tUserTransaction cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method setTransactionTimeout(int) of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method begin() of type UserTransactionAdapter must override or implement a supertype method\n\tNotSupportedException cannot be resolved to a type\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method commit() of type UserTransactionAdapter must override or implement a supertype method\n\tRollbackException cannot be resolved to a type\n\tHeuristicMixedException cannot be resolved to a type\n\tHeuristicRollbackException cannot be resolved to a type\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method rollback() of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method setRollbackOnly() of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n\tThe method getStatus() of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/jta/UserTransactionAdapter;
    MethodParameters:
                    Name  Flags
      transactionManager  

  public final TransactionManager getTransactionManager();
    descriptor: ()LTransactionManager;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTransactionManager cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/jta/UserTransactionAdapter;

  public void setTransactionTimeout(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setTransactionTimeout(int) of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/jta/UserTransactionAdapter;
    Exceptions:
      throws SystemException
    MethodParameters:
         Name  Flags
      timeout  

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

  public void commit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method commit() of type UserTransactionAdapter must override or implement a supertype method\n\tRollbackException cannot be resolved to a type\n\tHeuristicMixedException cannot be resolved to a type\n\tHeuristicRollbackException cannot be resolved to a type\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/jta/UserTransactionAdapter;
    Exceptions:
      throws RollbackException, HeuristicMixedException, HeuristicRollbackException, java.lang.SecurityException, SystemException

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

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

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getStatus() of type UserTransactionAdapter must override or implement a supertype method\n\tSystemException cannot be resolved to a type\n\tTransactionManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.jta.UserTransactionAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/jta/UserTransactionAdapter;
    Exceptions:
      throws SystemException
}
SourceFile: "UserTransactionAdapter.java"