Package org.jboss.as.service
Class ParsedServiceDeploymentProcessor
java.lang.Object
org.jboss.as.service.ParsedServiceDeploymentProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class ParsedServiceDeploymentProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnit processor responsible for taking JBossServiceXmlDescriptor configuration and creating the
corresponding services.
- Author:
- John E. Bailey, Richard Opalka, Eduardo Martins
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Process a deployment for JbossService configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Process a deployment for JbossService configuration. Will install aJBossServicefor each configured service.- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-