Interface ResourceDefinitionProvider
-
- All Superinterfaces:
Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>
public interface ResourceDefinitionProvider extends Registration<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.Registration
register
-
-