public final class ResourceAdapterActivatorService extends AbstractResourceAdapterDeploymentService implements org.jboss.msc.service.Service<ResourceAdapterDeployment>
AbstractResourceAdapterDeploymentService.AbstractWildFlyRaDeployerccmValue, config, connectorServicesRegistrationName, executorServiceInjector, managementRepository, mdr, mdrRegistrationName, raRepository, raRepositoryRegistrationId, registry, resourceAdaptersSubsystem, txInt, value| Constructor and Description |
|---|
ResourceAdapterActivatorService(org.jboss.jca.common.api.metadata.spec.Connector cmd,
org.jboss.jca.common.api.metadata.resourceadapter.Activation activation,
ClassLoader cl,
String deploymentName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJndiAlias(String alias) |
void |
addJndiAliases(Collection<String> aliases) |
ContextNames.BindInfo |
getBindInfo(String jndi) |
org.jboss.jca.deployers.common.CommonDeployment |
getDeploymentMD() |
Collection<String> |
getJndiAliases() |
boolean |
isCreateBinderService() |
void |
setBindInfo(ContextNames.BindInfo bindInfo) |
void |
setCreateBinderService(boolean createBinderService) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context)
Stop
|
cleanupStartAsync, getCcmInjector, getConfig, getConfigInjector, getExecutorServiceInjector, getLifecycleExecutorService, getManagementRepositoryInjector, getMdrInjector, getRaRepositoryInjector, getRegistryInjector, getResourceAdaptersSubsystem, getTxIntegration, getTxIntegrationInjector, getValue, stopAsync, unregisterAllpublic ResourceAdapterActivatorService(org.jboss.jca.common.api.metadata.spec.Connector cmd,
org.jboss.jca.common.api.metadata.resourceadapter.Activation activation,
ClassLoader cl,
String deploymentName)
public ContextNames.BindInfo getBindInfo(String jndi)
getBindInfo in class AbstractResourceAdapterDeploymentServicepublic void setBindInfo(ContextNames.BindInfo bindInfo)
public void addJndiAlias(String alias)
public void addJndiAliases(Collection<String> aliases)
public Collection<String> getJndiAliases()
getJndiAliases in class AbstractResourceAdapterDeploymentServicepublic boolean isCreateBinderService()
isCreateBinderService in class AbstractResourceAdapterDeploymentServicetrue if the binder service must be created to bind the connection factorypublic void setCreateBinderService(boolean createBinderService)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic org.jboss.jca.deployers.common.CommonDeployment getDeploymentMD()
Copyright © 2022 JBoss by Red Hat. All rights reserved.