Package org.wildfly.subsystem.resource
Class ResourceDescriptorRegistrar
java.lang.Object
org.wildfly.subsystem.resource.ResourceDescriptorRegistrar
- All Implemented Interfaces:
ManagementResourceRegistrar
Registers add, remove, and write-attribute operation handlers and capabilities.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(org.jboss.as.controller.registry.ManagementResourceRegistration registration) Registers this object with a resource.
-
Method Details
-
register
public void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration) Description copied from interface:ManagementResourceRegistrarRegisters this object with a resource.- Specified by:
registerin interfaceManagementResourceRegistrar- Parameters:
registration- a registration for a management resource
-