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.service.Service<org.jboss.as.server.deployment.DeployerChains>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jboss.as.server.deployment.DeployerChains>
public org.jboss.as.server.deployment.DeployerChains getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.jboss.as.server.deployment.DeployerChains>
IllegalStateException
IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.