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>
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_NAMEFields inherited from interface org.jboss.as.controller.services.path.PathManager
PATH_SERVICE_DESCRIPTOR, SERVICE_DESCRIPTORFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
ServerPathManagerService
-
-
Method Details
-
addService
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget serviceTarget, ServerPathManagerService service, ServerEnvironment serverEnvironment)
-