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 Detail

      • register

        R register​(R parent)
        Registers this child resource, returning the new registration
        Parameters:
        parent - the parent registration
        Returns:
        the child resource registration