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 Details

  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context)
      Specified by:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getDeploymentCompleteLatch

      public CountDownLatch getDeploymentCompleteLatch()