|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.jmx.builder.JmxOperationInfoManager
class JmxOperationInfoManager
This class is responsible for assembling JMX Operation Info from the meta map. It cycles through the provided meta map from the bean() node and generate JMX Info objects used to expose information in the MBeanServer.
Method Summary | |
---|---|
static List
|
buildParamInfosFromMaps(Map metaMap)
Build an array of MBeanParameterInfo from the operation's meta map. |
static ModelMBeanOperationInfo
|
createGetterOperationInfoFromProperty(MetaProperty prop)
Returns a MBean operation info for getter operation specified by the MetaProperty. |
static ModelMBeanOperationInfo
|
createSetterOperationInfoFromProperty(MetaProperty prop)
Returns a MBean operation info for setter operation specified by the MetaProperty. |
static ModelMBeanConstructorInfo
|
getConstructorInfoFromMap(Map map)
This method extracts ModelMBeanConstructorInfo from provided meta map. |
static List
|
getConstructorInfosFromMap(Map metaMap)
This method extracts an array of MBeanConstructorInfo from a list of meta maps. |
static ModelMBeanOperationInfo
|
getOperationInfoFromMap(Map map)
Generates a ModelMBeanOperationInfo object from a meta map provided. |
static List
|
getOperationInfosFromMap(Map metaMap)
This method extracts an array of MBeanOperationInfo from a list of meta maps. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static List buildParamInfosFromMaps(Map metaMap)
the
- meta map containing the param info
static ModelMBeanOperationInfo createGetterOperationInfoFromProperty(MetaProperty prop)
prop
- - the property object on the POGO/POJO that represents a getter
static ModelMBeanOperationInfo createSetterOperationInfoFromProperty(MetaProperty prop)
prop
- - the property object on the POGO/POJO that represents a setter
static ModelMBeanConstructorInfo getConstructorInfoFromMap(Map map)
meta
- map containing descriptor information
static List getConstructorInfosFromMap(Map metaMap)
list
- of meta maps
static ModelMBeanOperationInfo getOperationInfoFromMap(Map map)
the
- meta map for the method
static List getOperationInfosFromMap(Map metaMap)
list
- of meta maps
Copyright © 2003-2013 The Codehaus. All rights reserved.