Package org.jboss.as.weld
Class ServiceNames
- java.lang.Object
-
- org.jboss.as.weld.ServiceNames
-
public final class ServiceNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameBEAN_MANAGER_SERVICE_NAMEstatic org.jboss.msc.service.ServiceNameWELD_SECURITY_SERVICES_SERVICE_NAMEstatic org.jboss.msc.service.ServiceNameWELD_START_COMPLETION_SERVICE_NAMEstatic org.jboss.msc.service.ServiceNameWELD_START_SERVICE_NAMEstatic org.jboss.msc.service.ServiceNameWELD_TRANSACTION_SERVICES_SERVICE_NAME
-
Constructor Summary
Constructors Constructor Description ServiceNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceNamebeanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)Gets the Bean Manager MSC service name relative to the Deployment Unit.static org.jboss.msc.service.ServiceNamecapabilityServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String baseCapabilityName, String... dynamicParts)
-
-
-
Field Detail
-
WELD_START_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_START_SERVICE_NAME
-
BEAN_MANAGER_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName BEAN_MANAGER_SERVICE_NAME
-
WELD_SECURITY_SERVICES_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_SECURITY_SERVICES_SERVICE_NAME
-
WELD_TRANSACTION_SERVICES_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_TRANSACTION_SERVICES_SERVICE_NAME
-
WELD_START_COMPLETION_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_START_COMPLETION_SERVICE_NAME
-
-
Method Detail
-
beanManagerServiceName
public static org.jboss.msc.service.ServiceName beanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Gets the Bean Manager MSC service name relative to the Deployment Unit.Modules outside of weld subsystem should use WeldCapability instead to get the name of the Bean Manager service associated to the deployment unit.
- Parameters:
deploymentUnit- The deployment unit to be used.- Returns:
- The Bean Manager service name.
-
-