Interface ResourceDefinitionProvider
-
- All Superinterfaces:
ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
public interface ResourceDefinitionProvider extends ManagementRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
Provides aResourceDefinitionand handles its registration.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.as.controller.PathElementgetPathElement()The registration path of the provided resource definition.-
Methods inherited from interface org.jboss.as.clustering.controller.ManagementRegistrar
register
-
-