Package org.jboss.as.appclient.service
Class ApplicationClientDeploymentService
java.lang.Object
org.jboss.as.appclient.service.ApplicationClientDeploymentService
- All Implemented Interfaces:
org.jboss.msc.Service
Service responsible for deploying the application client that was specified on the command line
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionApplicationClientDeploymentService(Consumer<ApplicationClientDeploymentService> consumer, File path, Supplier<org.jboss.as.controller.ModelControllerClientFactory> clientFactorySupplier, Supplier<Executor> executorSupplier) -
Method Summary
-
Constructor Details
-
ApplicationClientDeploymentService
-
-
Method Details
-
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
-