Package org.wildfly.subsystem.resource
Interface ManagementResourceRegistrar
- All Known Implementing Classes:
MetricOperationStepHandler,ResourceDescriptorRegistrar,RuntimeOperationStepHandler
public interface ManagementResourceRegistrar
Interface implemented by self-registering management components.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementResourceRegistrarof(ResourceDescriptor descriptor) Returns a registrar for the given resource descriptor.voidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration) Registers this object with a resource.
-
Method Details
-
register
void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration) Registers this object with a resource.- Parameters:
registration- a registration for a management resource
-
of
Returns a registrar for the given resource descriptor.- Parameters:
descriptor- a resource descriptor- Returns:
- a registrar for the given resource descriptor.
-