Class ProcessApplicationDeploymentService

java.lang.Object
org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ProcessApplicationDeploymentService>, org.jboss.msc.value.Value<ProcessApplicationDeploymentService>

public class ProcessApplicationDeploymentService extends Object implements org.jboss.msc.service.Service<ProcessApplicationDeploymentService>

Service responsible for performing a deployment to the process engine and managing the resulting ProcessApplicationRegistration with the process engine.

We construct one of these per Process Archive of a Process Application.

We need a dependency on the componentView service of the ProcessApplication component and the process engine to which the deployment should be performed.

Author:
Daniel Meyer