Interface ChildResourceDefinitionRegistration<R extends org.jboss.as.controller.registry.ManagementResourceRegistration>
-
- All Known Implementing Classes:
ChildResourceDefinition
public interface ChildResourceDefinitionRegistration<R extends org.jboss.as.controller.registry.ManagementResourceRegistration>Registration interface for child resource definitions.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rregister(R parent)Registers this child resource, returning the new registration
-