Package org.jboss.as.weld
Class ServiceNames
java.lang.Object
org.jboss.as.weld.ServiceNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNamestatic final org.jboss.msc.service.ServiceNamestatic final org.jboss.msc.service.ServiceNamestatic final org.jboss.msc.service.ServiceNamestatic final org.jboss.msc.service.ServiceName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
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
-
-
Constructor Details
-
ServiceNames
public ServiceNames()
-
-
Method Details
-
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.
-
capabilityServiceName
-