public abstract class org.springframework.transaction.support.TransactionSynchronizationAdapter implements org.springframework.transaction.support.TransactionSynchronization, org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.support.TransactionSynchronizationAdapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 40
            ldc 2147483647
            ireturn
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void suspend();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 45
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void resume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 49
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 53
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void beforeCommit(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
        start local 1 // boolean readOnly
         0: .line 57
            return
        end local 1 // boolean readOnly
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;
            0    1     1  readOnly  Z
    MethodParameters:
          Name  Flags
      readOnly  

  public void beforeCompletion();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 61
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void afterCommit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
         0: .line 65
            return
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;

  public void afterCompletion(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
        start local 1 // int status
         0: .line 69
            return
        end local 1 // int status
        end local 0 // org.springframework.transaction.support.TransactionSynchronizationAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/transaction/support/TransactionSynchronizationAdapter;
            0    1     1  status  I
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "TransactionSynchronizationAdapter.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()