Package org.jboss.as.server
Class ServerPathManagerService
- java.lang.Object
-
- org.jboss.as.controller.services.path.PathManagerService
-
- org.jboss.as.server.ServerPathManagerService
-
- All Implemented Interfaces:
PathManager,org.jboss.msc.Service,org.jboss.msc.service.Service<PathManager>,org.jboss.msc.value.Value<PathManager>
public class ServerPathManagerService extends PathManagerService
Service containing the paths for a server- Author:
- Kabir Khan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.services.path.PathManager
PathManager.Callback, PathManager.Event, PathManager.PathEventContext, PathManager.ReloadServerCallback
-
-
Field Summary
-
Fields inherited from class org.jboss.as.controller.services.path.PathManagerService
SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description ServerPathManagerService(CapabilityRegistry capabilityRegistry)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceController<?>addService(org.jboss.msc.service.ServiceTarget serviceTarget, ServerPathManagerService service, ServerEnvironment serverEnvironment)-
Methods inherited from class org.jboss.as.controller.services.path.PathManagerService
addHardcodedAbsolutePath, addPathManagerResources, getPathEntry, getValue, registerCallback, resolveRelativePathEntry, start, stop
-
-
-
-
Constructor Detail
-
ServerPathManagerService
public ServerPathManagerService(CapabilityRegistry capabilityRegistry)
-
-
Method Detail
-
addService
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget serviceTarget, ServerPathManagerService service, ServerEnvironment serverEnvironment)
-
-