Class MicroProfileHealthSubsystemDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.microprofile.health.MicroProfileHealthSubsystemDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class MicroProfileHealthSubsystemDefinition extends org.jboss.as.controller.PersistentResourceDefinition- Author:
- Jeff Mesnil (c) 2018 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameHEALTH_REPORTER_SERVICE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMicroProfileHealthSubsystemDefinition(boolean registerRuntimeOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerAttributes, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
-