Class DirectConnectionFactoryActivatorService

java.lang.Object
org.jboss.as.connector.services.resourceadapters.DirectConnectionFactoryActivatorService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ContextNames.BindInfo>, org.jboss.msc.value.Value<ContextNames.BindInfo>

public class DirectConnectionFactoryActivatorService extends Object implements org.jboss.msc.service.Service<ContextNames.BindInfo>
  • Field Details

    • SERVICE_NAME_BASE

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME_BASE
    • mdr

      protected final org.jboss.msc.value.InjectedValue<AS7MetadataRepository> mdr
  • Constructor Details

    • DirectConnectionFactoryActivatorService

      public DirectConnectionFactoryActivatorService(String jndiName, String interfaceName, String resourceAdapter, String raId, int maxPoolSize, int minPoolSize, Map<String,String> properties, jakarta.resource.spi.TransactionSupport.TransactionSupportLevel transactionSupport, org.jboss.modules.Module module, ContextNames.BindInfo bindInfo)
      create an instance *
  • Method Details