Interface ChildResourceRegistrar<R extends org.jboss.as.controller.registry.ManagementResourceRegistration>
- All Known Implementing Classes:
ChildResourceDefinition
public interface ChildResourceRegistrar<R extends org.jboss.as.controller.registry.ManagementResourceRegistration>
Registration interface for child resource definitions.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
register
Registers this child resource, returning the new registration- Parameters:
parent- the parent registration- Returns:
- the child resource registration
-