Package org.jboss.as.appclient.service
Class ApplicationClientDeploymentService
- java.lang.Object
-
- org.jboss.as.appclient.service.ApplicationClientDeploymentService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<ApplicationClientDeploymentService>,org.jboss.msc.value.Value<ApplicationClientDeploymentService>
public class ApplicationClientDeploymentService extends Object implements org.jboss.msc.service.Service<ApplicationClientDeploymentService>
Service responsible for deploying the application client that was specified on the command line- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationClientDeploymentService(File path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.value.InjectedValue<org.jboss.as.controller.ModelController>getControllerValue()CountDownLatchgetDeploymentCompleteLatch()ApplicationClientDeploymentServicegetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
ApplicationClientDeploymentService
public ApplicationClientDeploymentService(File path)
-
-
Method Detail
-
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
-
getValue
public ApplicationClientDeploymentService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<ApplicationClientDeploymentService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getControllerValue
public org.jboss.msc.value.InjectedValue<org.jboss.as.controller.ModelController> getControllerValue()
-
getDeploymentCompleteLatch
public CountDownLatch getDeploymentCompleteLatch()
-
-