Package org.jboss.as.appclient.service
Class ApplicationClientDeploymentService
- java.lang.Object
-
- org.jboss.as.appclient.service.ApplicationClientDeploymentService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public class ApplicationClientDeploymentService extends Object implements org.jboss.msc.Service
Service responsible for deploying the application client that was specified on the command line- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ApplicationClientDeploymentService(Consumer<ApplicationClientDeploymentService> consumer, File path, Supplier<org.jboss.as.controller.ModelControllerClientFactory> clientFactorySupplier, Supplier<ExecutorService> executorServiceSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountDownLatchgetDeploymentCompleteLatch()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
ApplicationClientDeploymentService
public ApplicationClientDeploymentService(Consumer<ApplicationClientDeploymentService> consumer, File path, Supplier<org.jboss.as.controller.ModelControllerClientFactory> clientFactorySupplier, Supplier<ExecutorService> executorServiceSupplier)
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getDeploymentCompleteLatch
public CountDownLatch getDeploymentCompleteLatch()
-
-