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