Constant field
SERVICE_NAME
Usages in Project and Libraries (2 usages found)
Value read (2 usages found)
wildfly-transactions (1 usage found)
org.jboss.as.txn.subsystem (1 usage found)
TransactionSubsystemAdd (1 usage found)
performObjectStoreBoottime(OperationContext, ModelNode) (1 usage found)
347 builder.addDependency(PathManagerService.SERVICE_NAME, PathManager.class, objStoreEnvironmentService.getPathManagerInjector());
Maven: org.wildfly.core:wildfly-server:25.0.0.Beta4 (1 usage found)
org.jboss.as.server (1 usage found)
ServerPathManagerService (1 usage found)
addService(ServiceTarget, ServerPathManagerService, ServerEnvironment) (1 usage found)
25 ServiceBuilder<?> serviceBuilder = serviceTarget.addService(AbstractControllerService.PATH_MANAGER_CAPABILITY.getCapabilityServiceName(), service).addAliases(SERVICE_NAME);