class org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection extends org.h2.jdbc.JdbcConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection
  super_class: org.h2.jdbc.JdbcConnection
{
  private boolean isClosed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.h2.jdbcx.JdbcXAConnection this$0;
    descriptor: Lorg/h2/jdbcx/JdbcXAConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.h2.jdbcx.JdbcXAConnection, org.h2.jdbc.JdbcConnection);
    descriptor: (Lorg/h2/jdbcx/JdbcXAConnection;Lorg/h2/jdbc/JdbcConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
        start local 2 // org.h2.jdbc.JdbcConnection conn
         0: .line 444
            aload 0 /* this */
            aload 1
            putfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.this$0:Lorg/h2/jdbcx/JdbcXAConnection;
         1: .line 445
            aload 0 /* this */
            aload 2 /* conn */
            invokespecial org.h2.jdbc.JdbcConnection.<init>:(Lorg/h2/jdbc/JdbcConnection;)V
         2: .line 446
            return
        end local 2 // org.h2.jdbc.JdbcConnection conn
        end local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/jdbcx/JdbcXAConnection$PooledJdbcConnection;
            0    3     2  conn  Lorg/h2/jdbc/JdbcConnection;
    MethodParameters:
        Name  Flags
      this$0  final
      conn    

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
         0: .line 450
            aload 0 /* this */
            getfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.isClosed:Z
            ifne 7
         1: .line 452
            aload 0 /* this */
            invokevirtual org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.rollback:()V
         2: .line 453
            aload 0 /* this */
            iconst_1
            invokevirtual org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.setAutoCommit:(Z)V
         3: .line 454
            goto 5
      StackMap locals:
      StackMap stack: java.sql.SQLException
         4: pop
         5: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.this$0:Lorg/h2/jdbcx/JdbcXAConnection;
            invokevirtual org.h2.jdbcx.JdbcXAConnection.closedHandle:()V
         6: .line 458
            aload 0 /* this */
            iconst_1
            putfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.isClosed:Z
         7: .line 460
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/h2/jdbcx/JdbcXAConnection$PooledJdbcConnection;
      Exception table:
        from    to  target  type
           1     3       4  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException

  public synchronized boolean isClosed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
         0: .line 464
            aload 0 /* this */
            getfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.isClosed:Z
            ifne 1
            aload 0 /* this */
            invokespecial org.h2.jdbc.JdbcConnection.isClosed:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/jdbcx/JdbcXAConnection$PooledJdbcConnection;
    Exceptions:
      throws java.sql.SQLException

  protected synchronized void checkClosed(boolean);
    descriptor: (Z)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
        start local 1 // boolean write
         0: .line 469
            aload 0 /* this */
            getfield org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection.isClosed:Z
            ifeq 2
         1: .line 470
            ldc 90007
            invokestatic org.h2.message.DbException.get:(I)Lorg/h2/message/DbException;
            athrow
         2: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* write */
            invokespecial org.h2.jdbc.JdbcConnection.checkClosed:(Z)V
         3: .line 473
            return
        end local 1 // boolean write
        end local 0 // org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/h2/jdbcx/JdbcXAConnection$PooledJdbcConnection;
            0    4     1  write  Z
    MethodParameters:
       Name  Flags
      write  
}
SourceFile: "JdbcXAConnection.java"
NestHost: org.h2.jdbcx.JdbcXAConnection
InnerClasses:
  PooledJdbcConnection = org.h2.jdbcx.JdbcXAConnection$PooledJdbcConnection of org.h2.jdbcx.JdbcXAConnection