class JmxAttributeInfoManager extends Object
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.
Constructor and description |
---|
JmxAttributeInfoManager
() |
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 mapsCopyright © 2003-2021 The Apache Software Foundation. All rights reserved.