public class ServiceNames extends Object
All ServiceName references run through here.
Constructor and Description |
---|
ServiceNames() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
forDefaultProcessEngine() |
static org.jboss.msc.service.ServiceName |
forManagedProcessApplication(String applicationName) |
static org.jboss.msc.service.ServiceName |
forManagedProcessApplications() |
static org.jboss.msc.service.ServiceName |
forManagedProcessEngine(String processEngineName)
Returns the service name for a
MscManagedProcessEngine . |
static org.jboss.msc.service.ServiceName |
forManagedProcessEngines() |
static org.jboss.msc.service.ServiceName |
forMscExecutorService() |
static org.jboss.msc.service.ServiceName |
forMscRuntimeContainerDelegate() |
static org.jboss.msc.service.ServiceName |
forMscRuntimeContainerJobExecutorService(String jobExecutorName) |
static org.jboss.msc.service.ServiceName |
forNoViewProcessApplicationStartService(String moduleName) |
static org.jboss.msc.service.ServiceName |
forProcessApplicationDeploymentService(String moduleName,
String deploymentName)
Returns the name for a
ProcessApplicationDeploymentService given
the name of the deployment unit and the name of the deployment. |
static org.jboss.msc.service.ServiceName |
forProcessApplicationModuleService(String moduleName) |
static org.jboss.msc.service.ServiceName |
forProcessApplicationStartService(String moduleName) |
public static org.jboss.msc.service.ServiceName forManagedProcessEngine(String processEngineName)
MscManagedProcessEngine
.the
- name of the process enginepublic static org.jboss.msc.service.ServiceName forDefaultProcessEngine()
ServiceName
for the default
MscManagedProcessEngine
. This is a constant name since
there can only be one default process engine.public static org.jboss.msc.service.ServiceName forMscRuntimeContainerDelegate()
ServiceName
for the MscRuntimeContainerDelegate
public static org.jboss.msc.service.ServiceName forManagedProcessEngines()
ServiceName
that is the longest common prefix of all
ServiceNames used for MscManagedProcessEngine
.public static org.jboss.msc.service.ServiceName forManagedProcessApplications()
ServiceName
that is the longest common prefix of all
ServiceNames used for MscManagedProcessApplication
.public static org.jboss.msc.service.ServiceName forManagedProcessApplication(String applicationName)
applicationName
- MscManagedProcessApplication
service.public static org.jboss.msc.service.ServiceName forProcessApplicationModuleService(String moduleName)
public static org.jboss.msc.service.ServiceName forProcessApplicationStartService(String moduleName)
applicationName
- MscManagedProcessApplication
service.public static org.jboss.msc.service.ServiceName forProcessApplicationDeploymentService(String moduleName, String deploymentName)
Returns the name for a ProcessApplicationDeploymentService
given
the name of the deployment unit and the name of the deployment.
processApplicationName
- deploymentId
- public static org.jboss.msc.service.ServiceName forNoViewProcessApplicationStartService(String moduleName)
public static org.jboss.msc.service.ServiceName forMscExecutorService()
ServiceName
of the MscExecutorService
.public static org.jboss.msc.service.ServiceName forMscRuntimeContainerJobExecutorService(String jobExecutorName)
ServiceName
of the MscRuntimeContainerJobExecutor
Copyright © 2015. All rights reserved.