Uses of Interface
org.jboss.as.clustering.controller.ManagementRegistrar
Packages that use ManagementRegistrar
-
Uses of ManagementRegistrar in org.jboss.as.clustering.controller
Subinterfaces of ManagementRegistrar in org.jboss.as.clustering.controllerModifier and TypeInterfaceDescriptioninterfaceProvides aResourceDefinitionand handles its registration.Classes in org.jboss.as.clustering.controller that implement ManagementRegistrarModifier and TypeClassDescriptionclassGeneric add operation step handler that delegates service installation/rollback to aResourceServiceHandler.classCustom subsystem describe operation handler that works with override models.classclassRegisters aDeploymentChainContributingAddStepHandler,ReloadRequiredRemoveStepHandler, andWriteAttributeStepHandleron behalf of a resource definition.classGenericOperationStepHandlerfor runtime metrics.classGenericOperationStepHandlerfor runtime operations.classclassclassclassGeneric remove operation step handler that delegates service removal/recovery to a dedicatedResourceServiceHandler.classRegisters add, remove, and write-attribute operation handlers and capabilities.classAdd operation handler that leverages aResourceServiceBuilderFactoryto restart a parent resource..classRegisters aRestartParentResourceAddStepHandler,RestartParentResourceRemoveStepHandler, andRestartParentResourceWriteAttributeHandleron behalf of a resource definition.classRemove operation handler that leverages aResourceServiceBuilderFactoryto restart a parent resource..classRestartParentWriteAttributeHandlerthat leverages aResourceServiceBuilderFactoryfor service recreation.classRegisters aAddStepHandler,RemoveStepHandler, andWriteAttributeStepHandleron behalf of a resource definition.classResource definition for subsystem resources that performs all registration via#register(SubsystemRegistration).classConvenience extension ofReloadRequiredWriteAttributeHandlerthat can be initialized with anAttributeset.Constructors in org.jboss.as.clustering.controller with parameters of type ManagementRegistrarModifierConstructorDescriptionprotectedResourceRegistrar(AddStepHandlerDescriptor descriptor, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> addRegistration, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> removeRegistration, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> writeAttributeRegistration) protectedResourceRegistrar(AddStepHandlerDescriptor descriptor, ResourceServiceHandler handler, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> addRegistration, ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration> removeRegistration) Constructor parameters in org.jboss.as.clustering.controller with type arguments of type ManagementRegistrarModifierConstructorDescriptionprotectedPersistentSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema) Constructs a new extension using a reader/writer factory.protectedSubsystemExtension(String name, org.jboss.as.controller.SubsystemModel currentModel, Supplier<ManagementRegistrar<SubsystemRegistration>> registrarFactory, S currentSchema, org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext> writer) Constructs a new extension using a reader factory and a separate writer implementation.