public class ContextualSubsystemRegistration extends DecoratingSubsystemRegistration<ManagementResourceRegistration> implements SubsystemRegistration
| Constructor and Description |
|---|
ContextualSubsystemRegistration(org.jboss.as.controller.SubsystemRegistration registration,
org.jboss.as.controller.ExtensionContext context) |
ContextualSubsystemRegistration(org.jboss.as.controller.SubsystemRegistration registration,
RegistrationContext context) |
| 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.
|
getSubsystemVersion, registerDeploymentModel, registerModelTransformers, registerModelTransformers, registerModelTransformers, registerModelTransformers, registerSubsystemModel, registerXMLElementWriter, setHostCapableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterDeploymentModel, registerSubsystemModelpublic ContextualSubsystemRegistration(org.jboss.as.controller.SubsystemRegistration registration,
org.jboss.as.controller.ExtensionContext context)
public ContextualSubsystemRegistration(org.jboss.as.controller.SubsystemRegistration registration,
RegistrationContext context)
public boolean isRuntimeOnlyRegistrationValid()
RegistrationContextisRuntimeOnlyRegistrationValid in interface RegistrationContextExtensionContext.isRuntimeOnlyRegistrationValid()public Optional<org.jboss.as.controller.services.path.PathManager> getPathManager()
RegistrationContextPathManager of the process that is only present if the process is a server.getPathManager in interface RegistrationContextExtensionContext.getPathManager()Copyright © 2018 JBoss by Red Hat. All rights reserved.