|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.jmx.builder.JmxOperationInfoManager
class JmxOperationInfoManager extends Object
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.
Constructor Summary | |
JmxOperationInfoManager()
|
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, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
JmxOperationInfoManager()
Method Detail |
---|
public static List buildParamInfosFromMaps(Map metaMap)
public static ModelMBeanOperationInfo createGetterOperationInfoFromProperty(MetaProperty prop)
public static ModelMBeanOperationInfo createSetterOperationInfoFromProperty(MetaProperty prop)
public static ModelMBeanConstructorInfo getConstructorInfoFromMap(Map map)
public static List getConstructorInfosFromMap(Map metaMap)
public static ModelMBeanOperationInfo getOperationInfoFromMap(Map map)
public static List getOperationInfosFromMap(Map metaMap)
Copyright © 2003-2009 The Codehaus. All rights reserved.