public final class ServiceNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
BEAN_MANAGER_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
WELD_SECURITY_SERVICES_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
WELD_START_COMPLETION_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
WELD_START_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
WELD_TRANSACTION_SERVICES_SERVICE_NAME |
| Constructor and Description |
|---|
ServiceNames() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static org.jboss.msc.service.ServiceName |
capabilityServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
String baseCapabilityName,
String... dynamicParts) |
public static final org.jboss.msc.service.ServiceName WELD_START_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName BEAN_MANAGER_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_SECURITY_SERVICES_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_TRANSACTION_SERVICES_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName WELD_START_COMPLETION_SERVICE_NAME
public static org.jboss.msc.service.ServiceName beanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Modules outside of weld subsystem should use WeldCapability instead to get the name of the Bean Manager service associated to the deployment unit.
deploymentUnit - The deployment unit to be used.Copyright © 2021 JBoss by Red Hat. All rights reserved.