Package org.jboss.as.server.deployment
Class Services
- java.lang.Object
-
- org.jboss.as.server.deployment.Services
-
public final class Services extends Object
- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameJBOSS_DEPLOYMENTThe base name for deployment services.static org.jboss.msc.service.ServiceNameJBOSS_DEPLOYMENT_CHAINSThe service name of the deployment chains service.static org.jboss.msc.service.ServiceNameJBOSS_DEPLOYMENT_EXTENSION_INDEXThe service name of the deployment extension index service.static org.jboss.msc.service.ServiceNameJBOSS_DEPLOYMENT_SUB_UNITThe base name for sub-deployment unit services and phase services.static org.jboss.msc.service.ServiceNameJBOSS_DEPLOYMENT_UNITThe base name for deployment unit services and phase services.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
JBOSS_DEPLOYMENT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT
The base name for deployment services.
-
JBOSS_DEPLOYMENT_UNIT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_UNIT
The base name for deployment unit services and phase services.
-
JBOSS_DEPLOYMENT_SUB_UNIT
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_SUB_UNIT
The base name for sub-deployment unit services and phase services.
-
JBOSS_DEPLOYMENT_CHAINS
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_CHAINS
The service name of the deployment chains service.
-
JBOSS_DEPLOYMENT_EXTENSION_INDEX
public static final org.jboss.msc.service.ServiceName JBOSS_DEPLOYMENT_EXTENSION_INDEX
The service name of the deployment extension index service.
-
-
Method Detail
-
deploymentUnitName
public static org.jboss.msc.service.ServiceName deploymentUnitName(String name)
Get the service name of a top-level deployment unit.- Parameters:
name- the simple name of the deployment- Returns:
- the service name
-
deploymentUnitName
public static org.jboss.msc.service.ServiceName deploymentUnitName(String parent, String name)
Get the service name of a subdeployment.- Parameters:
parent- the parent deployment namename- the subdeployment name- Returns:
- the service name
-
deploymentUnitName
public static org.jboss.msc.service.ServiceName deploymentUnitName(String name, Phase phase)
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
-
-