Package org.jboss.as.ejb3.deployment
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
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionModuleDeploymentStartService(DeploymentModuleIdentifier identifier, StartupCountdown countdown) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<DeploymentRepository>getValue()voidstart(org.jboss.msc.service.StartContext startContext) voidstop(org.jboss.msc.service.StopContext stopContext)
-
Constructor Details
-
ModuleDeploymentStartService
public ModuleDeploymentStartService(DeploymentModuleIdentifier identifier, StartupCountdown countdown)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<Void>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getDeploymentRepository
-