public class ApplicationClientDeploymentService extends Object implements org.jboss.msc.service.Service<ApplicationClientDeploymentService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
ApplicationClientDeploymentService(File path) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<ModelController> |
getControllerValue() |
CountDownLatch |
getDeploymentCompleteLatch() |
ApplicationClientDeploymentService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public ApplicationClientDeploymentService(File path)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<ApplicationClientDeploymentService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<ApplicationClientDeploymentService>public ApplicationClientDeploymentService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ApplicationClientDeploymentService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<ModelController> getControllerValue()
public CountDownLatch getDeploymentCompleteLatch()
Copyright © 2014 JBoss by Red Hat. All rights reserved.