public static final class ModuleDeployment.ModuleDeploymentStartService extends Object implements org.jboss.msc.service.Service<Void>
| Constructor and Description |
|---|
ModuleDeploymentStartService(DeploymentModuleIdentifier identifier,
StartupCountdown countdown) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
getDeploymentRepository() |
Void |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public ModuleDeploymentStartService(DeploymentModuleIdentifier identifier, StartupCountdown countdown)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic Void getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Void>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepository()
Copyright © 2021 JBoss by Red Hat. All rights reserved.