Class ModuleDeployment.ModuleDeploymentStartService

java.lang.Object
org.jboss.as.ejb3.deployment.ModuleDeployment.ModuleDeploymentStartService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<Void>, org.jboss.msc.value.Value<Void>
Enclosing class:
ModuleDeployment

public static final class ModuleDeployment.ModuleDeploymentStartService extends Object implements org.jboss.msc.service.Service<Void>
service that marks a module a started
  • Constructor Details

  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

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

      Specified by:
      getValue in interface org.jboss.msc.value.Value<Void>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getDeploymentRepository

      public org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepository()