public class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy extends org.springframework.jca.cci.connection.DelegatingConnectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
  super_class: org.springframework.jca.cci.connection.DelegatingConnectionFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 75
            aload 0 /* this */
            invokespecial org.springframework.jca.cci.connection.DelegatingConnectionFactory.<init>:()V
         1: .line 76
            return
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;

  public void <init>(javax.resource.cci.ConnectionFactory);
    descriptor: (Ljavax/resource/cci/ConnectionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
        start local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
         0: .line 82
            aload 0 /* this */
            invokespecial org.springframework.jca.cci.connection.DelegatingConnectionFactory.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* targetConnectionFactory */
            invokevirtual org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.setTargetConnectionFactory:(Ljavax/resource/cci/ConnectionFactory;)V
         2: .line 84
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.afterPropertiesSet:()V
         3: .line 85
            return
        end local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
            0    4     1  targetConnectionFactory  Ljavax/resource/cci/ConnectionFactory;
    MethodParameters:
                         Name  Flags
      targetConnectionFactory  

  public javax.resource.cci.Connection getConnection();
    descriptor: ()Ljavax/resource/cci/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 96
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            astore 1 /* targetConnectionFactory */
        start local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
         1: .line 97
            aload 1 /* targetConnectionFactory */
            invokestatic org.springframework.jca.cci.connection.ConnectionFactoryUtils.doGetConnection:(Ljavax/resource/cci/ConnectionFactory;)Ljavax/resource/cci/Connection;
            astore 2 /* con */
        start local 2 // javax.resource.cci.Connection con
         2: .line 98
            aload 0 /* this */
            aload 2 /* con */
            aload 1 /* targetConnectionFactory */
            invokevirtual org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy.getTransactionAwareConnectionProxy:(Ljavax/resource/cci/Connection;Ljavax/resource/cci/ConnectionFactory;)Ljavax/resource/cci/Connection;
            areturn
        end local 2 // javax.resource.cci.Connection con
        end local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    3     0                     this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
            1    3     1  targetConnectionFactory  Ljavax/resource/cci/ConnectionFactory;
            2    3     2                      con  Ljavax/resource/cci/Connection;
    Exceptions:
      throws javax.resource.ResourceException

  protected javax.resource.cci.Connection getTransactionAwareConnectionProxy(javax.resource.cci.Connection, javax.resource.cci.ConnectionFactory);
    descriptor: (Ljavax/resource/cci/Connection;Ljavax/resource/cci/ConnectionFactory;)Ljavax/resource/cci/Connection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
        start local 1 // javax.resource.cci.Connection target
        start local 2 // javax.resource.cci.ConnectionFactory cf
         0: .line 112
            ldc Ljavax/resource/cci/Connection;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
         1: .line 113
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljavax/resource/cci/Connection;
            aastore
         2: .line 114
            new org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy$TransactionAwareInvocationHandler
            dup
            aload 1 /* target */
            aload 2 /* cf */
            invokespecial org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy$TransactionAwareInvocationHandler.<init>:(Ljavax/resource/cci/Connection;Ljavax/resource/cci/ConnectionFactory;)V
         3: .line 111
            invokestatic java.lang.reflect.Proxy.newProxyInstance:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;
            checkcast javax.resource.cci.Connection
            areturn
        end local 2 // javax.resource.cci.ConnectionFactory cf
        end local 1 // javax.resource.cci.Connection target
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
            0    4     1  target  Ljavax/resource/cci/Connection;
            0    4     2      cf  Ljavax/resource/cci/ConnectionFactory;
    MethodParameters:
        Name  Flags
      target  
      cf      
}
SourceFile: "TransactionAwareConnectionFactoryProxy.java"
NestMembers:
  org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy$TransactionAwareInvocationHandler
InnerClasses:
  private TransactionAwareInvocationHandler = org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy$TransactionAwareInvocationHandler of org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy