Package org.jboss.as.server.deployment
Class Services
java.lang.Object
org.jboss.as.server.deployment.Services
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNameThe base name for deployment services.static final org.jboss.msc.service.ServiceNameThe service name of the deployment chains service.static final org.jboss.msc.service.ServiceNameThe service name of the deployment extension index service.static final org.jboss.msc.service.ServiceNameThe base name for sub-deployment unit services and phase services.static final org.jboss.msc.service.ServiceNameThe base name for deployment unit services and phase services. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceNamedeploymentUnitName(String name) Get the service name of a top-level deployment unit.static org.jboss.msc.service.ServiceNamedeploymentUnitName(String parent, String name) Get the service name of a subdeployment.static org.jboss.msc.service.ServiceNamedeploymentUnitName(String parent, String name, Phase phase) Get the service name of a subdeployment.static org.jboss.msc.service.ServiceNamedeploymentUnitName(String name, Phase phase) Get the service name of a top-level deployment unit.
-
Field Details
-
JBOSS_DEPLOYMENT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENTThe base name for deployment services. -
JBOSS_DEPLOYMENT_UNIT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_UNITThe base name for deployment unit services and phase services. -
JBOSS_DEPLOYMENT_SUB_UNIT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_SUB_UNITThe base name for sub-deployment unit services and phase services. -
JBOSS_DEPLOYMENT_CHAINS
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_CHAINSThe service name of the deployment chains service. -
JBOSS_DEPLOYMENT_EXTENSION_INDEX
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_EXTENSION_INDEXThe service name of the deployment extension index service.
-
-
Method Details
-
deploymentUnitName
Get the service name of a top-level deployment unit.- Parameters:
name- the simple name of the deployment- Returns:
- the service name
-
deploymentUnitName
Get the service name of a subdeployment.- Parameters:
parent- the parent deployment namename- the subdeployment name- Returns:
- the service name
-
deploymentUnitName
Get the service name of a top-level deployment unit.- Parameters:
name- the simple name of the deploymentphase- the deployment phase- Returns:
- the service name
-
deploymentUnitName
public static org.jboss.msc.service.ServiceName deploymentUnitName(String parent, String name, Phase phase) Get the service name of a subdeployment.- Parameters:
parent- the parent deployment namename- the subdeployment namephase- the deployment phase- Returns:
- the service name
-