|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.jmx.builder.JmxAttributeInfoManager
class JmxAttributeInfoManager
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.
Method Summary | |
---|---|
static ModelMBeanAttributeInfo
|
getAttributeInfoFromMap(Map map)
This method builds a single ModelMBeanAttribute info from a given meta data map object. |
static List
|
getAttributeInfosFromMap(Map metaMap)
Generates a list of ModelMBeanAttributeInfo from a list meta data Maps. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static ModelMBeanAttributeInfo getAttributeInfoFromMap(Map map)
map
- the map object containing the meta data
static List getAttributeInfosFromMap(Map metaMap)
metaMap
- list of meta data maps
Copyright © 2003-2013 The Codehaus. All rights reserved.