Class ServiceNames
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.service.ServiceNames
-
public class ServiceNames extends Object
All ServiceName references run through here.
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description ServiceNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceNameforBpmPlatformPlugins()static org.jboss.msc.service.ServiceNameforDefaultProcessEngine()static org.jboss.msc.service.ServiceNameforManagedProcessApplication(String applicationName)static org.jboss.msc.service.ServiceNameforManagedProcessApplications()static org.jboss.msc.service.ServiceNameforManagedProcessEngine(String processEngineName)Returns the service name for aMscManagedProcessEngine.static org.jboss.msc.service.ServiceNameforManagedProcessEngines()static org.jboss.msc.service.ServiceNameforMscExecutorService()static org.jboss.msc.service.ServiceNameforMscRuntimeContainerDelegate()static org.jboss.msc.service.ServiceNameforMscRuntimeContainerJobExecutorService(String jobExecutorName)static org.jboss.msc.service.ServiceNameforNoViewProcessApplicationStartService(String moduleName)static org.jboss.msc.service.ServiceNameforProcessApplicationDeploymentService(String moduleName, String deploymentName)Returns the name for aProcessApplicationDeploymentServicegiven the name of the deployment unit and the name of the deployment.static org.jboss.msc.service.ServiceNameforProcessApplicationModuleService(String moduleName)static org.jboss.msc.service.ServiceNameforProcessApplicationStartService(String moduleName)static org.jboss.msc.service.ServiceNameforProcessApplicationStopService(String moduleName)
-
-
-
Method Detail
-
forManagedProcessEngine
public static org.jboss.msc.service.ServiceName forManagedProcessEngine(String processEngineName)
Returns the service name for aMscManagedProcessEngine.- Parameters:
the- name of the process engine- Returns:
- the composed service name
-
forDefaultProcessEngine
public static org.jboss.msc.service.ServiceName forDefaultProcessEngine()
- Returns:
- the
ServiceNamefor the defaultMscManagedProcessEngine. This is a constant name since there can only be one default process engine.
-
forMscRuntimeContainerDelegate
public static org.jboss.msc.service.ServiceName forMscRuntimeContainerDelegate()
- Returns:
- the
ServiceNamefor theMscRuntimeContainerDelegate
-
forManagedProcessEngines
public static org.jboss.msc.service.ServiceName forManagedProcessEngines()
- Returns:
- the
ServiceNamethat is the longest common prefix of all ServiceNames used forMscManagedProcessEngine.
-
forManagedProcessApplications
public static org.jboss.msc.service.ServiceName forManagedProcessApplications()
- Returns:
- the
ServiceNamethat is the longest common prefix of all ServiceNames used forMscManagedProcessApplication.
-
forManagedProcessApplication
public static org.jboss.msc.service.ServiceName forManagedProcessApplication(String applicationName)
- Parameters:
applicationName-- Returns:
- the name to be used for an
MscManagedProcessApplicationservice.
-
forProcessApplicationModuleService
public static org.jboss.msc.service.ServiceName forProcessApplicationModuleService(String moduleName)
-
forProcessApplicationStartService
public static org.jboss.msc.service.ServiceName forProcessApplicationStartService(String moduleName)
- Parameters:
applicationName-- Returns:
- the name to be used for an
MscManagedProcessApplicationservice.
-
forProcessApplicationDeploymentService
public static org.jboss.msc.service.ServiceName forProcessApplicationDeploymentService(String moduleName, String deploymentName)
Returns the name for a
ProcessApplicationDeploymentServicegiven the name of the deployment unit and the name of the deployment.- Parameters:
processApplicationName-deploymentId-
-
forNoViewProcessApplicationStartService
public static org.jboss.msc.service.ServiceName forNoViewProcessApplicationStartService(String moduleName)
-
forMscExecutorService
public static org.jboss.msc.service.ServiceName forMscExecutorService()
- Returns:
- the
ServiceNameof theMscExecutorService.
-
forMscRuntimeContainerJobExecutorService
public static org.jboss.msc.service.ServiceName forMscRuntimeContainerJobExecutorService(String jobExecutorName)
- Returns:
- the
ServiceNameof theMscRuntimeContainerJobExecutor
-
forBpmPlatformPlugins
public static org.jboss.msc.service.ServiceName forBpmPlatformPlugins()
- Returns:
- the
ServiceNameof theMscBpmPlatformPlugins
-
forProcessApplicationStopService
public static org.jboss.msc.service.ServiceName forProcessApplicationStopService(String moduleName)
- Returns:
- the
ServiceNameof theProcessApplicationStopService
-
-