class org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization extends org.springframework.transaction.support.ResourceHolderSynchronization<org.springframework.jca.cci.connection.ConnectionHolder, ConnectionFactory>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization
  super_class: java.lang.Object
{
  public void <init>(org.springframework.jca.cci.connection.ConnectionHolder, ConnectionFactory);
    descriptor: (Lorg/springframework/jca/cci/connection/ConnectionHolder;LConnectionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization this
         0: .line 19
            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 import javax.resource cannot be resolved\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\tConnectionSpec cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\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\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/ConnectionFactoryUtils$ConnectionSynchronization;
    MethodParameters:
                   Name  Flags
      connectionHolder   
      connectionFactory  

  protected void releaseResource(org.springframework.jca.cci.connection.ConnectionHolder, ConnectionFactory);
    descriptor: (Lorg/springframework/jca/cci/connection/ConnectionHolder;LConnectionFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization this
         0: .line 215
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConnectionFactory cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jca/cci/connection/ConnectionFactoryUtils$ConnectionSynchronization;
    MethodParameters:
                Name  Flags
      resourceHolder  
      resourceKey     
}
Signature: Lorg/springframework/transaction/support/ResourceHolderSynchronization<Lorg/springframework/jca/cci/connection/ConnectionHolder;LConnectionFactory;>;
SourceFile: "ConnectionFactoryUtils.java"
NestHost: org.springframework.jca.cci.connection.ConnectionFactoryUtils
InnerClasses:
  private ConnectionSynchronization = org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization of org.springframework.jca.cci.connection.ConnectionFactoryUtils