| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.jmx.builder.JmxBeanInfoManager
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.
| Method Summary | |
|---|---|
            static ObjectName
         | 
        
            buildDefaultObjectName(String defaultDomain, String defaultType, def 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.  | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
static ObjectName buildDefaultObjectName(String defaultDomain, String defaultType, def object)
object -  used for name
static ModelMBeanInfo getModelMBeanInfoFromMap(Map map)
meta -  map of object
Copyright © 2003-2010 The Codehaus. All rights reserved.