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=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe hierarchy of the type TransactionAwareConnectionFactoryProxy is inconsistent\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tjavax.resource cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;

  public void <init>(ConnectionFactory);
    descriptor: (LConnectionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe hierarchy of the type TransactionAwareConnectionFactoryProxy is inconsistent\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tjavax.resource cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
    MethodParameters:
                         Name  Flags
      targetConnectionFactory  

  public Connection getConnection();
    descriptor: ()LConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
    Exceptions:
      throws ResourceException

  protected Connection getTransactionAwareConnectionProxy(Connection, ConnectionFactory);
    descriptor: (LConnection;LConnectionFactory;)LConnection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/TransactionAwareConnectionFactoryProxy;
    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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()