This class is responsible for assembling JMX Attribute Info from the meta map. It cycles through the meta map from the Node and generate JMX Info objects used to expose information in the MBeanServer.
Type Params | Return Type | Name and description |
---|---|---|
|
static ModelMBeanAttributeInfo |
getAttributeInfoFromMap(Map map) This method builds a single ModelMBeanAttribute info from a given meta data map object. |
|
static List<ModelMBeanAttributeInfo> |
getAttributeInfosFromMap(Map metaMap) Generates a list of ModelMBeanAttributeInfo from a list meta data Maps. |
This method builds a single ModelMBeanAttribute info from a given meta data map object.
map
- the map object containing the meta dataGenerates a list of ModelMBeanAttributeInfo from a list meta data Maps.
metaMap
- list of meta data maps