Class ProcessEngineStartProcessor

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.DeploymentUnitProcessor

    public class ProcessEngineStartProcessor
    extends java.lang.Object
    implements org.jboss.as.server.deployment.DeploymentUnitProcessor

    Deployment Unit Processor that creates process engine services for each process engine configured in a processes.xml file

    Author:
    Daniel Meyer
    • Constructor Detail

      • ProcessEngineStartProcessor

        public ProcessEngineStartProcessor()
    • Method Detail

      • deploy

        public void deploy​(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
                    throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException
      • startProcessEngine

        protected void startProcessEngine​(ProcessEngineXml processEngineXml,
                                          org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
      • undeploy

        public void undeploy​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
        Specified by:
        undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor