Interface ResourceDefinitionProvider
- All Superinterfaces:
ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
public interface ResourceDefinitionProvider
extends ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
Provides a
ResourceDefinition and handles its registration.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.PathElementThe registration path of the provided resource definition.Methods inherited from interface org.jboss.as.clustering.controller.ManagementRegistrar
register
-
Method Details
-
getPathElement
org.jboss.as.controller.PathElement getPathElement()The registration path of the provided resource definition.- Returns:
- a path element
-