Class CommonDeploymentService
java.lang.Object
org.jboss.as.connector.subsystems.datasources.CommonDeploymentService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>,org.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>
public class CommonDeploymentService
extends Object
implements org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionCommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value) create an instance -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceNamegetServiceName(ContextNames.BindInfo bindInfo) org.jboss.jca.deployers.common.CommonDeploymentgetValue()voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext context)
-
Constructor Details
-
CommonDeploymentService
public CommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value) create an instance
-
-
Method Details
-
getServiceName
-
getValue
public org.jboss.jca.deployers.common.CommonDeployment getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>- 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
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-