public abstract class org.springframework.transaction.support.ResourceHolderSupport implements org.springframework.transaction.support.ResourceHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.support.ResourceHolderSupport
  super_class: java.lang.Object
{
  private boolean synchronizedWithTransaction;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.Date deadline;
    descriptor: Ljava/util/Date;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private int referenceCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.synchronizedWithTransaction:Z
         2: .line 40
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.rollbackOnly:Z
         3: .line 45
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
         4: .line 47
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.isVoid:Z
         5: .line 36
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void setSynchronizedWithTransaction(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
        start local 1 // boolean synchronizedWithTransaction
         0: .line 54
            aload 0 /* this */
            iload 1 /* synchronizedWithTransaction */
            putfield org.springframework.transaction.support.ResourceHolderSupport.synchronizedWithTransaction:Z
         1: .line 55
            return
        end local 1 // boolean synchronizedWithTransaction
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            0    2     1  synchronizedWithTransaction  Z
    MethodParameters:
                             Name  Flags
      synchronizedWithTransaction  

  public boolean isSynchronizedWithTransaction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 61
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.synchronizedWithTransaction:Z
            ireturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void setRollbackOnly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 68
            aload 0 /* this */
            iconst_1
            putfield org.springframework.transaction.support.ResourceHolderSupport.rollbackOnly:Z
         1: .line 69
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void resetRollbackOnly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 79
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.rollbackOnly:Z
         1: .line 80
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public boolean isRollbackOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 86
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.rollbackOnly:Z
            ireturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void setTimeoutInSeconds(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
        start local 1 // int seconds
         0: .line 94
            aload 0 /* this */
            iload 1 /* seconds */
            i2l
            ldc 1000
            lmul
            invokevirtual org.springframework.transaction.support.ResourceHolderSupport.setTimeoutInMillis:(J)V
         1: .line 95
            return
        end local 1 // int seconds
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            0    2     1  seconds  I
    MethodParameters:
         Name  Flags
      seconds  

  public void setTimeoutInMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
        start local 1 // long millis
         0: .line 102
            aload 0 /* this */
            new java.util.Date
            dup
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 1 /* millis */
            ladd
            invokespecial java.util.Date.<init>:(J)V
            putfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
         1: .line 103
            return
        end local 1 // long millis
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            0    2     1  millis  J
    MethodParameters:
        Name  Flags
      millis  

  public boolean hasTimeout();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 109
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public java.util.Date getDeadline();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 118
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
            areturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public int getTimeToLiveInSeconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 128
            aload 0 /* this */
            invokevirtual org.springframework.transaction.support.ResourceHolderSupport.getTimeToLiveInMillis:()J
            l2d
            ldc 1000.0
            ddiv
            dstore 1 /* diff */
        start local 1 // double diff
         1: .line 129
            dload 1 /* diff */
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 3 /* secs */
        start local 3 // int secs
         2: .line 130
            aload 0 /* this */
            iload 3 /* secs */
            ifgt 3
            iconst_1
            goto 4
      StackMap locals: org.springframework.transaction.support.ResourceHolderSupport double int
      StackMap stack: org.springframework.transaction.support.ResourceHolderSupport
         3: iconst_0
      StackMap locals: org.springframework.transaction.support.ResourceHolderSupport double int
      StackMap stack: org.springframework.transaction.support.ResourceHolderSupport int
         4: invokevirtual org.springframework.transaction.support.ResourceHolderSupport.checkTransactionTimeout:(Z)V
         5: .line 131
            iload 3 /* secs */
            ireturn
        end local 3 // int secs
        end local 1 // double diff
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            1    6     1  diff  D
            2    6     3  secs  I

  public long getTimeToLiveInMillis();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 140
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
            ifnonnull 2
         1: .line 141
            new java.lang.IllegalStateException
            dup
            ldc "No timeout specified for this resource holder"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
            invokevirtual java.util.Date.getTime:()J
            invokestatic java.lang.System.currentTimeMillis:()J
            lsub
            lstore 1 /* timeToLive */
        start local 1 // long timeToLive
         3: .line 144
            aload 0 /* this */
            lload 1 /* timeToLive */
            lconst_0
            lcmp
            ifgt 4
            iconst_1
            goto 5
      StackMap locals: org.springframework.transaction.support.ResourceHolderSupport long
      StackMap stack: org.springframework.transaction.support.ResourceHolderSupport
         4: iconst_0
      StackMap locals: org.springframework.transaction.support.ResourceHolderSupport long
      StackMap stack: org.springframework.transaction.support.ResourceHolderSupport int
         5: invokevirtual org.springframework.transaction.support.ResourceHolderSupport.checkTransactionTimeout:(Z)V
         6: .line 145
            lload 1 /* timeToLive */
            lreturn
        end local 1 // long timeToLive
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            3    7     1  timeToLive  J
    Exceptions:
      throws org.springframework.transaction.TransactionTimedOutException

  private void checkTransactionTimeout(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
        start local 1 // boolean deadlineReached
         0: .line 153
            iload 1 /* deadlineReached */
            ifeq 3
         1: .line 154
            aload 0 /* this */
            invokevirtual org.springframework.transaction.support.ResourceHolderSupport.setRollbackOnly:()V
         2: .line 155
            new org.springframework.transaction.TransactionTimedOutException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Transaction timed out: deadline was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.springframework.transaction.TransactionTimedOutException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 157
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean deadlineReached
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/springframework/transaction/support/ResourceHolderSupport;
            0    4     1  deadlineReached  Z
    Exceptions:
      throws org.springframework.transaction.TransactionTimedOutException
    MethodParameters:
                 Name  Flags
      deadlineReached  

  public void requested();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 164
            aload 0 /* this */
            dup
            getfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
            iconst_1
            iadd
            putfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
         1: .line 165
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void released();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 172
            aload 0 /* this */
            dup
            getfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
            iconst_1
            isub
            putfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
         1: .line 173
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 179
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 186
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.synchronizedWithTransaction:Z
         1: .line 187
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.rollbackOnly:Z
         2: .line 188
            aload 0 /* this */
            aconst_null
            putfield org.springframework.transaction.support.ResourceHolderSupport.deadline:Ljava/util/Date;
         3: .line 189
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 196
            aload 0 /* this */
            invokevirtual org.springframework.transaction.support.ResourceHolderSupport.clear:()V
         1: .line 197
            aload 0 /* this */
            iconst_0
            putfield org.springframework.transaction.support.ResourceHolderSupport.referenceCount:I
         2: .line 198
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public void unbound();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 202
            aload 0 /* this */
            iconst_1
            putfield org.springframework.transaction.support.ResourceHolderSupport.isVoid:Z
         1: .line 203
            return
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;

  public boolean isVoid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.support.ResourceHolderSupport this
         0: .line 207
            aload 0 /* this */
            getfield org.springframework.transaction.support.ResourceHolderSupport.isVoid:Z
            ireturn
        end local 0 // org.springframework.transaction.support.ResourceHolderSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/support/ResourceHolderSupport;
}
SourceFile: "ResourceHolderSupport.java"