|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.jmx.builder.JmxMetaMapBuilder
class JmxMetaMapBuilder
The JmxMetaMapBuilder class is used to collect meta data passed in JmxBuilder nodes. Once collected, the data is then normalized to be represented uniformly regardless of the resource where it was obtained.
Method Summary | |
---|---|
static Map
|
buildAttributeMapFrom(def object)
Builds attribute meta map with default information from an instance of an object. |
static Map
|
buildAttributeMapFrom(def object, def descCollection)
Sanitizes and builds an attribute meta map from a descriptor collection. |
static Map
|
buildConstructorMapFrom(def object)
Returns a meta map of constructors from given object. |
static Map
|
buildConstructorMapFrom(def object, def descCollection)
Builds a fully normalized constructor meta map. |
static def
|
buildListenerMapFrom(def descCollection)
Creates a fully-normalized meta map for agiven collection of listeners. |
static Map
|
buildObjectMapFrom(def object)
Builds a complete meta map graph for the specified object using default values. |
static Map
|
buildObjectMapFrom(def object, def descriptor)
Builds a complete meta map graph for a given target and descriptor. |
static Map
|
buildOperationMapFrom(def object)
Returns a meta map of operations from given object. |
static Map
|
buildOperationMapFrom(def object, def descCollection)
|
static Map
|
buildParameterMapFrom(def method)
Builds a normalized parameter meta map for all params on provided method. |
static Map
|
buildParameterMapFrom(def method, def descCollection)
Builds a fully normalized parameter meta map for the method and the given meta map. |
static Map
|
createListenerMap(def descriptor)
Builds normalized meta map of the provided listener descriptor. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
static Map buildAttributeMapFrom(def object)
the
- object from which attribute info will be retrieved
static Map buildAttributeMapFrom(def object, def descCollection)
the
- object about which meta data is collecteddescriptor
- collection: either a map or a list
static Map buildConstructorMapFrom(def object)
object
- to profile
static Map buildConstructorMapFrom(def object, def descCollection)
the
- object where constructor is defined.the
- meta map that will be normalized
static def buildListenerMapFrom(def descCollection)
-
- collection of descriptors to normalize
static Map buildObjectMapFrom(def object)
object
- used to build meta data graph
static Map buildObjectMapFrom(def object, def descriptor)
object
- used to build meta data graphdescriptor
- a full descriptor map describing object attributes and ops.
static Map buildOperationMapFrom(def object)
object
- to profile
static Map buildOperationMapFrom(def object, def descCollection)
static Map buildParameterMapFrom(def method)
the
- method with parameters to normalized
static Map buildParameterMapFrom(def method, def descCollection)
the
- method from which to extract normalized info.a
- given meta map which will be normalized
static Map createListenerMap(def descriptor)
descriptor
- - descriptive data collected from JmxBuilder listener nodes.
Copyright © 2003-2013 The Codehaus. All rights reserved.