Interface ManagementModel


  • public interface ManagementModel
    Encapsulates the elements of a management model.
    Author:
    Brian Stansberry (c) 2014 Red Hat Inc.
    • Method Detail

      • getRootResourceRegistration

        ManagementResourceRegistration getRootResourceRegistration()
        Gets the registration of resource, attribute and operation definitions and operation handlers.
        Returns:
        the resource registration. Will not be null
      • getRootResource

        Resource getRootResource()
        Gets the root resource of the concrete configuration model.
        Returns:
        the resource. Will not be null
      • getCapabilityRegistry

        RuntimeCapabilityRegistry getCapabilityRegistry()
        Gets the registry of capabilities and their requirements.
        Returns:
        the registry. Will not be null