public interface RegistrationContext
| Modifier and Type | Method and Description |
|---|---|
Optional<org.jboss.as.controller.services.path.PathManager> |
getPathManager()
Returns the optional
PathManager of the process that is only present if the process is a server. |
boolean |
isRuntimeOnlyRegistrationValid()
Gets whether it is valid for the extension to register resources, attributes or operations that do not
involve the persistent configuration, but rather only involve runtime services.
|
boolean isRuntimeOnlyRegistrationValid()
ExtensionContext.isRuntimeOnlyRegistrationValid()Optional<org.jboss.as.controller.services.path.PathManager> getPathManager()
PathManager of the process that is only present if the process is a server.ExtensionContext.getPathManager()Copyright © 2018 JBoss by Red Hat. All rights reserved.