Package org.jboss.as.controller
Interface ManagementModel
-
public interface ManagementModelEncapsulates the elements of a management model.- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeCapabilityRegistrygetCapabilityRegistry()Gets the registry of capabilities and their requirements.ResourcegetRootResource()Gets the root resource of the concrete configuration model.ManagementResourceRegistrationgetRootResourceRegistration()Gets the registration of resource, attribute and operation definitions and operation handlers.
-
-
-
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
-
-