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

    Modifier and Type
    Method
    Description
    register(R parent)
    Registers this child resource, returning the new registration
  • Method Details

    • register

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