public class org.springframework.jca.cci.connection.DelegatingConnectionFactory implements javax.resource.cci.ConnectionFactory, org.springframework.beans.factory.InitializingBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jca.cci.connection.DelegatingConnectionFactory
  super_class: java.lang.Object
{
  private javax.resource.cci.ConnectionFactory targetConnectionFactory;
    descriptor: Ljavax/resource/cci/ConnectionFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  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.DelegatingConnectionFactory this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;

  public void setTargetConnectionFactory(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.DelegatingConnectionFactory this
        start local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
         0: .line 55
            aload 0 /* this */
            aload 1 /* targetConnectionFactory */
            putfield org.springframework.jca.cci.connection.DelegatingConnectionFactory.targetConnectionFactory:Ljavax/resource/cci/ConnectionFactory;
         1: .line 56
            return
        end local 1 // javax.resource.cci.ConnectionFactory targetConnectionFactory
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
            0    2     1  targetConnectionFactory  Ljavax/resource/cci/ConnectionFactory;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                         Name  Flags
      targetConnectionFactory  

  public javax.resource.cci.ConnectionFactory getTargetConnectionFactory();
    descriptor: ()Ljavax/resource/cci/ConnectionFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 63
            aload 0 /* this */
            getfield org.springframework.jca.cci.connection.DelegatingConnectionFactory.targetConnectionFactory:Ljavax/resource/cci/ConnectionFactory;
            areturn
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected javax.resource.cci.ConnectionFactory obtainTargetConnectionFactory();
    descriptor: ()Ljavax/resource/cci/ConnectionFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 71
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.getTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            astore 1 /* connectionFactory */
        start local 1 // javax.resource.cci.ConnectionFactory connectionFactory
         1: .line 72
            aload 1 /* connectionFactory */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: javax.resource.cci.ConnectionFactory
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "No 'targetConnectionFactory' set"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 73
            aload 1 /* connectionFactory */
            areturn
        end local 1 // javax.resource.cci.ConnectionFactory connectionFactory
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
            1    5     1  connectionFactory  Ljavax/resource/cci/ConnectionFactory;

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 79
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.getTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            ifnonnull 2
         1: .line 80
            new java.lang.IllegalArgumentException
            dup
            ldc "Property 'targetConnectionFactory' is required"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;

  public javax.resource.cci.Connection getConnection();
    descriptor: ()Ljavax/resource/cci/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 87
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            invokeinterface javax.resource.cci.ConnectionFactory.getConnection:()Ljavax/resource/cci/Connection;
            areturn
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
    Exceptions:
      throws javax.resource.ResourceException

  public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec);
    descriptor: (Ljavax/resource/cci/ConnectionSpec;)Ljavax/resource/cci/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
        start local 1 // javax.resource.cci.ConnectionSpec connectionSpec
         0: .line 92
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            aload 1 /* connectionSpec */
            invokeinterface javax.resource.cci.ConnectionFactory.getConnection:(Ljavax/resource/cci/ConnectionSpec;)Ljavax/resource/cci/Connection;
            areturn
        end local 1 // javax.resource.cci.ConnectionSpec connectionSpec
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
            0    1     1  connectionSpec  Ljavax/resource/cci/ConnectionSpec;
    Exceptions:
      throws javax.resource.ResourceException
    MethodParameters:
                Name  Flags
      connectionSpec  

  public javax.resource.cci.RecordFactory getRecordFactory();
    descriptor: ()Ljavax/resource/cci/RecordFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 97
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            invokeinterface javax.resource.cci.ConnectionFactory.getRecordFactory:()Ljavax/resource/cci/RecordFactory;
            areturn
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
    Exceptions:
      throws javax.resource.ResourceException

  public javax.resource.cci.ResourceAdapterMetaData getMetaData();
    descriptor: ()Ljavax/resource/cci/ResourceAdapterMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 102
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            invokeinterface javax.resource.cci.ConnectionFactory.getMetaData:()Ljavax/resource/cci/ResourceAdapterMetaData;
            areturn
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
    Exceptions:
      throws javax.resource.ResourceException

  public javax.naming.Reference getReference();
    descriptor: ()Ljavax/naming/Reference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
         0: .line 107
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            invokeinterface javax.resource.cci.ConnectionFactory.getReference:()Ljavax/naming/Reference;
            areturn
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
    Exceptions:
      throws javax.naming.NamingException

  public void setReference(javax.naming.Reference);
    descriptor: (Ljavax/naming/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
        start local 1 // javax.naming.Reference reference
         0: .line 112
            aload 0 /* this */
            invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
            aload 1 /* reference */
            invokeinterface javax.resource.cci.ConnectionFactory.setReference:(Ljavax/naming/Reference;)V
         1: .line 113
            return
        end local 1 // javax.naming.Reference reference
        end local 0 // org.springframework.jca.cci.connection.DelegatingConnectionFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
            0    2     1  reference  Ljavax/naming/Reference;
    MethodParameters:
           Name  Flags
      reference  
}
SourceFile: "DelegatingConnectionFactory.java"