Class LegacyConnectionFactoryImp

java.lang.Object
org.jboss.jca.as.converters.LegacyConnectionFactoryImp
All Implemented Interfaces:
CommonXa, ConnectionFactory, NoTxConnectionFactory, TxConnectionFactory

public class LegacyConnectionFactoryImp extends Object implements TxConnectionFactory
A LegacyConnectionFactoryImp impl.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • LegacyConnectionFactoryImp

      public LegacyConnectionFactoryImp(String jndiName, String rarName, Map<String,String> rarConfigProperty, String poolName, String connectionDefinition, Map<String,String> connConfigProperty, org.jboss.jca.common.api.metadata.common.TransactionSupportEnum transactionSupport)
      create a LegacyConnectionFactoryImp
      Parameters:
      jndiName - jndiName
      rarName - rarName
      rarConfigProperty - rarConfigProperty
      poolName - poolName
      connectionDefinition - connectionDefinition
      connConfigProperty - connConfigProperty
      transactionSupport - transactionSupport
  • Method Details