class JmxBeanInfoManager extends Object
The JmxBeanInfoManager creates fully-described model mbean info object using the underlying meta map. The MBeanInfo object is used to provide description about the actual exported MBean instance.
| Constructor and description | 
|---|
| JmxBeanInfoManager
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static ObjectName | buildDefaultObjectName(String defaultDomain, String defaultType, Object object)Builds a default JMX ObjectName instance using meta data from object. | 
|  | static ModelMBeanInfo | getModelMBeanInfoFromMap(Map map)Returns a fully-realized ModelMBeanInfo object from info gathered from the associated meta map. | 
Builds a default JMX ObjectName instance using meta data from object.
object -  used for nameReturns a fully-realized ModelMBeanInfo object from info gathered from the associated meta map.
map -  map of objectCopyright © 2003-2024 The Apache Software Foundation. All rights reserved.