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 Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jboss.msc.value.InjectedValue<AS7MetadataRepository>static final org.jboss.msc.service.ServiceNameFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionDirectConnectionFactoryActivatorService(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 Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.inject.Injector<AS7MetadataRepository>getValue()voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext context)
-
Field Details
-
SERVICE_NAME_BASE
public static final org.jboss.msc.service.ServiceName SERVICE_NAME_BASE -
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
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<ContextNames.BindInfo>- Throws:
IllegalStateExceptionIllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
getMdrInjector
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-