public class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory
  super_class: java.lang.Object
{
  private final XAConnectionFactory connectionFactory;
    descriptor: LXAConnectionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.jms cannot be resolved\n\tThe import javax.jms cannot be resolved\n\tThe import javax.jms cannot be resolved\n\tThe import javax.jms cannot be resolved\n\tThe import bitronix cannot be resolved\n\tThe import bitronix cannot be resolved\n\tThe import bitronix cannot be resolved\n\tPoolingConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tThe method setMaxPoolSize(int) is undefined for the type PoolingConnectionFactoryBean\n\tThe method setTestConnections(boolean) is undefined for the type PoolingConnectionFactoryBean\n\tThe method setAutomaticEnlistingEnabled(boolean) is undefined for the type PoolingConnectionFactoryBean\n\tThe method setAllowLocalTransactions(boolean) is undefined for the type PoolingConnectionFactoryBean\n\tThe method init() of type PoolingConnectionFactoryBean must override or implement a supertype method\n\tPoolingConnectionFactory cannot be resolved to a type\n\tThe method getUniqueName() is undefined for the type PoolingConnectionFactoryBean\n\tThe method setUniqueName(String) is undefined for the type PoolingConnectionFactoryBean\n\tThe method close() is undefined for the type PoolingConnectionFactoryBean\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tThe method setClassName(String) is undefined for the type PoolingConnectionFactoryBean\n\tThe method setDriverProperties(Properties) is undefined for the type PoolingConnectionFactoryBean\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAStatefulHolder cannot be resolved to a type\n\tResourceBean cannot be resolved to a type\n\tThe method getConnectionFactory() from the type PoolingConnectionFactoryBean.DirectXAConnectionFactory refers to the missing type XAConnectionFactory\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnection cannot be resolved to a type\n\tThe method createXAConnection() of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tJMSException cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnection cannot be resolved to a type\n\tThe method createXAConnection(String, String) of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tJMSException cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n\tXAJMSContext cannot be resolved to a type\n\tThe method createXAContext() of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tXAConnectionFactory cannot be resolved to a type\n\tXAJMSContext cannot be resolved to a type\n\tThe method createXAContext(String, String) of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;

  public XAConnection createXAConnection();
    descriptor: ()LXAConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXAConnection cannot be resolved to a type\n\tThe method createXAConnection() of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tJMSException cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;
    Exceptions:
      throws JMSException

  public XAConnection createXAConnection(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)LXAConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 137
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXAConnection cannot be resolved to a type\n\tThe method createXAConnection(String, String) of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tJMSException cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;
    Exceptions:
      throws JMSException
    MethodParameters:
          Name  Flags
      userName  
      password  

  public XAConnectionFactory getConnectionFactory();
    descriptor: ()LXAConnectionFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXAConnectionFactory cannot be resolved to a type\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;

  public XAJMSContext createXAContext();
    descriptor: ()LXAJMSContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXAJMSContext cannot be resolved to a type\n\tThe method createXAContext() of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;

  public XAJMSContext createXAContext(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)LXAJMSContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXAJMSContext cannot be resolved to a type\n\tThe method createXAContext(String, String) of type PoolingConnectionFactoryBean.DirectXAConnectionFactory must override or implement a supertype method\n\tXAConnectionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean$DirectXAConnectionFactory;
    MethodParameters:
          Name  Flags
      username  
      password  
}
SourceFile: "PoolingConnectionFactoryBean.java"
NestHost: org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
InnerClasses:
  public DirectXAConnectionFactory = org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory of org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean