Class InactiveResourceAdapterDeploymentService
java.lang.Object
org.jboss.as.connector.services.resourceadapters.deployment.InactiveResourceAdapterDeploymentService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<InactiveResourceAdapterDeploymentService.InactiveResourceAdapterDeployment>,org.jboss.msc.value.Value<InactiveResourceAdapterDeploymentService.InactiveResourceAdapterDeployment>
public final class InactiveResourceAdapterDeploymentService
extends Object
implements org.jboss.msc.service.Service<InactiveResourceAdapterDeploymentService.InactiveResourceAdapterDeployment>
A ResourceAdapterXmlDeploymentService.
- Author:
- Stefano Maestri, Jesper Pedersen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionInactiveResourceAdapterDeploymentService(ConnectorXmlDescriptor connectorXmlDescriptor, org.jboss.modules.Module module, String deployment, String deploymentUnitName, org.jboss.msc.service.ServiceName deploymentUnitServiceName, org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.controller.registry.Resource resource) -
Method Summary
-
Constructor Details
-
InactiveResourceAdapterDeploymentService
public InactiveResourceAdapterDeploymentService(ConnectorXmlDescriptor connectorXmlDescriptor, org.jboss.modules.Module module, String deployment, String deploymentUnitName, org.jboss.msc.service.ServiceName deploymentUnitServiceName, org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.controller.registry.Resource resource)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<InactiveResourceAdapterDeploymentService.InactiveResourceAdapterDeployment>
-
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
-