Class ResourceAdapterXmlDeploymentService
java.lang.Object
org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService
org.jboss.as.connector.services.resourceadapters.deployment.ResourceAdapterXmlDeploymentService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<ResourceAdapterDeployment>,org.jboss.msc.value.Value<ResourceAdapterDeployment>
public final class ResourceAdapterXmlDeploymentService
extends AbstractResourceAdapterDeploymentService
implements org.jboss.msc.service.Service<ResourceAdapterDeployment>
A ResourceAdapterXmlDeploymentService.
- Author:
- Stefano Maestri, Jesper Pedersen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService
AbstractResourceAdapterDeploymentService.AbstractWildFlyRaDeployer -
Field Summary
Fields inherited from class org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService
ccmValue, config, connectorServicesRegistrationName, executorServiceInjector, managementRepository, mdr, mdrRegistrationName, raRepository, raRepositoryRegistrationId, registry, resourceAdaptersSubsystem, txInt, valueFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionResourceAdapterXmlDeploymentService(ConnectorXmlDescriptor connectorXmlDescriptor, org.jboss.jca.common.api.metadata.resourceadapter.Activation raxml, org.jboss.modules.Module module, String deployment, org.jboss.msc.service.ServiceName deploymentServiceName, org.jboss.msc.service.ServiceName duServiceName) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jca.common.api.metadata.resourceadapter.ActivationgetRaxml()org.jboss.jca.deployers.common.CommonDeploymentvoidsetRaxml(org.jboss.jca.common.api.metadata.resourceadapter.Activation raxml) voidstart(org.jboss.msc.service.StartContext context) Startvoidstop(org.jboss.msc.service.StopContext context) StopMethods inherited from class org.jboss.as.connector.services.resourceadapters.deployment.AbstractResourceAdapterDeploymentService
cleanupStartAsync, getBindInfo, getCcmInjector, getConfig, getConfigInjector, getExecutorServiceInjector, getLifecycleExecutorService, getManagementRepositoryInjector, getMdrInjector, getRaRepositoryInjector, getRegistryInjector, getResourceAdaptersSubsystem, getTxIntegration, getTxIntegrationInjector, getValue, isCreateBinderService, stopAsync, unregisterAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.msc.value.Value
getValue
-
Constructor Details
-
ResourceAdapterXmlDeploymentService
public ResourceAdapterXmlDeploymentService(ConnectorXmlDescriptor connectorXmlDescriptor, org.jboss.jca.common.api.metadata.resourceadapter.Activation raxml, org.jboss.modules.Module module, String deployment, org.jboss.msc.service.ServiceName deploymentServiceName, org.jboss.msc.service.ServiceName duServiceName)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException Start- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) Stop- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getJndiAliases
- Specified by:
getJndiAliasesin classAbstractResourceAdapterDeploymentService
-
getRaxmlDeployment
public org.jboss.jca.deployers.common.CommonDeployment getRaxmlDeployment() -
setRaxml
public void setRaxml(org.jboss.jca.common.api.metadata.resourceadapter.Activation raxml) -
getRaxml
public org.jboss.jca.common.api.metadata.resourceadapter.Activation getRaxml()
-