public class ModuleDeployment extends Object implements org.jboss.msc.service.Service<ModuleDeployment>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleDeployment.ModuleDeploymentStartService
service that marks a module a started
|
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
START_SERVICE_NAME |
| Constructor and Description |
|---|
ModuleDeployment(DeploymentModuleIdentifier identifier,
Map<String,EjbDeploymentInformation> ejbs) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
getDeploymentRepository() |
Map<String,EjbDeploymentInformation> |
getEjbs() |
DeploymentModuleIdentifier |
getIdentifier() |
ModuleDeployment |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static final org.jboss.msc.service.ServiceName START_SERVICE_NAME
public ModuleDeployment(DeploymentModuleIdentifier identifier, Map<String,EjbDeploymentInformation> ejbs)
public DeploymentModuleIdentifier getIdentifier()
public Map<String,EjbDeploymentInformation> getEjbs()
public org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepository()
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic ModuleDeployment getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ModuleDeployment>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.