public class DeployerChainsService extends Object implements org.jboss.msc.service.Service<org.jboss.as.server.deployment.DeployerChains>
DeployerChains.| Constructor and Description |
|---|
DeployerChainsService(org.jboss.as.server.deployment.DeployerChains deployerChains) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addService(org.jboss.msc.service.ServiceTarget serviceTarget,
EnumMap<Phase,List<RegisteredDeploymentUnitProcessor>> phases) |
org.jboss.as.server.deployment.DeployerChains |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public DeployerChainsService(org.jboss.as.server.deployment.DeployerChains deployerChains)
public static void addService(org.jboss.msc.service.ServiceTarget serviceTarget,
EnumMap<Phase,List<RegisteredDeploymentUnitProcessor>> phases)
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 org.jboss.as.server.deployment.DeployerChains getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.jboss.as.server.deployment.DeployerChains>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.