Overview
Package
Class
Deprecated
Index
Help
Groovy 2.1.5
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addEventListeners
(MBeanServer, Map)
- Method in
JmxBuilderModelMBean
Sets up event listeners for this MBean as described in the descriptor.
addOperationCallListeners
(Map)
- Method in
JmxBuilderModelMBean
Registers listeners for operation calls (i.e. method, getter, and setter calls) when invoked on this bean from the MBeanServer.
B
buildAttributeMapFrom
(def, def)
- Method in
JmxMetaMapBuilder
Sanitizes and builds an attribute meta map from a descriptor collection.
buildConstructorMapFrom
(def, def)
- Method in
JmxMetaMapBuilder
Builds a fully normalized constructor meta map.
buildDefaultObjectName
(String, String, def)
- Method in
JmxBeanInfoManager
Builds a default JMX ObjectName instance using meta data from object.
buildListenerMapFrom
(def)
- Method in
JmxMetaMapBuilder
Creates a fully-normalized meta map for agiven collection of listeners.
buildObjectMapFrom
(def, def)
- Method in
JmxMetaMapBuilder
Builds a complete meta map graph for a given target and descriptor.
buildOperationMapFrom
(def, def)
- Method in
JmxMetaMapBuilder
buildParameterMapFrom
(def, def)
- Method in
JmxMetaMapBuilder
Builds a fully normalized parameter meta map for the method and the given meta map.
buildParamInfosFromMaps
(Map)
- Method in
JmxOperationInfoManager
Build an array of MBeanParameterInfo from the operation's meta map.
C
capitalize
(String)
- Method in
JmxBuilderTools
Capitalize the string passed.
createGetterOperationInfoFromProperty
(MetaProperty)
- Method in
JmxOperationInfoManager
Returns a MBean operation info for getter operation specified by the MetaProperty.
createListenerMap
(def)
- Method in
JmxMetaMapBuilder
Builds normalized meta map of the provided listener descriptor.
createOperationKey
(String, int)
- Method in
GroovyMBean
Construct a simple key based on the method name and the number of parameters
createSetterOperationInfoFromProperty
(MetaProperty)
- Method in
JmxOperationInfoManager
Returns a MBean operation info for setter operation specified by the MetaProperty.
createSignature
(MBeanOperationInfo)
- Method in
GroovyMBean
D
describeAttribute
(String)
- Method in
GroovyMBean
Description of the specified attribute name.
describeOperation
(MBeanOperationInfo)
- Method in
GroovyMBean
Description of the operation.
E
F
G
getAttributeInfoFromMap
(Map)
- Method in
JmxAttributeInfoManager
This method builds a single ModelMBeanAttribute info from a given meta data map object.
getAttributeInfosFromMap
(Map)
- Method in
JmxAttributeInfoManager
Generates a list of ModelMBeanAttributeInfo from a list meta data Maps.
getConstructorInfoFromMap
(Map)
- Method in
JmxOperationInfoManager
This method extracts ModelMBeanConstructorInfo from provided meta map.
getConstructorInfosFromMap
(Map)
- Method in
JmxOperationInfoManager
This method extracts an array of MBeanConstructorInfo from a list of meta maps.
getDefaultJmxNameDomain
()
- Method in
JmxBuilder
getDefaultJmxNameType
()
- Method in
JmxBuilder
getDefaultObjectName
(def)
- Method in
JmxBuilderTools
Builds a default ObjectName() instance for a given backing POJO/POGO
getEvent
()
- Method in
JmxEventEmitter
Event type getter
getEvent
()
- Method in
JmxEventEmitterMBean
Getter - returns event thrown by emitter.
getListener
()
- Method in
JmxBuilderModelMBean.AttributeChangedListener
getListener
()
- Method in
JmxEventListener
Factory method that returns an instance of the listener.
getMBeanServer
()
- Method in
JmxBuilder
getMBeanServer
()
- Method in
JmxBuilderTools
Returns an MBeanServerConnection instance.
getMessage
()
- Method in
JmxEventEmitter
Event message getter
getMode
()
- Method in
JmxBuilder
getModelMBeanInfoFromMap
(Map)
- Method in
JmxBeanInfoManager
Returns a fully-realized ModelMBeanInfo object from info gathered from the associated meta map.
getNextSequence
()
- Method in
JmxBuilderModelMBean.NumberSequencer
getNextSequence
()
- Method in
JmxEventEmitter.NumberSequencer
getNormalizedType
(String)
- Method in
JmxBuilderTools
Returns the proper type's class name when a short version is provided (i.e.
getOperationInfoFromMap
(Map)
- Method in
JmxOperationInfoManager
Generates a ModelMBeanOperationInfo object from a meta map provided.
getOperationInfosFromMap
(Map)
- Method in
JmxOperationInfoManager
This method extracts an array of MBeanOperationInfo from a list of meta maps.
getProperty
(String)
- Method in
GroovyMBean
getSignatureFromParamInfo
(def)
- Method in
JmxBuilderTools
Returns method signature (as Class[]) given the meta map that describes the method.
GroovyMBean
- Class in
groovy.util
A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean.
GroovyMBean
(MBeanServerConnection, ObjectName, boolean)
- Constructor in
GroovyMBean
H
handleNotification
(Notification, Object)
- Method in
JmxBuilderModelMBean
handleNotification
(Notification, Object)
- Method in
JmxBuilderModelMBean.AttributeChangedListener
handleNotification
(Notification, Object)
- Method in
JmxEventListener
This is the implemented method for NotificationListener.
I
info
()
- Method in
GroovyMBean
invoke
(String, Object, String)
- Method in
JmxBuilderModelMBean
invokeMethod
(String, Object)
- Method in
GroovyMBean
isClassMBean
(Class)
- Method in
JmxBuilderTools
Tests whether the provided class implements MBean.
isLeaf
()
- Method in
JmxBeanExportFactory
isLeaf
()
- Method in
JmxBeanFactory
isLeaf
()
- Method in
JmxBeansFactory
isLeaf
()
- Method in
JmxEmitterFactory
isLeaf
()
- Method in
JmxListenerFactory
isLeaf
()
- Method in
JmxServerConnectorFactory
isLeaf
()
- Method in
JmxTimerFactory
J
JmxAttributeInfoManager
- Class in
groovy.jmx.builder
This class is responsible for assembling JMX Attribute Info from the meta map.
JmxBeanExportFactory
- Class in
groovy.jmx.builder
This factory returns a container node for all other nodes that are used to collect meta data for resources that are exported to the MBeanServer for management.
JmxBeanFactory
- Class in
groovy.jmx.builder
This factory returns the bean() node.
JmxBeanInfoManager
- Class in
groovy.jmx.builder
The JmxBeanInfoManager creates fully-described model mbean info object using the underlying meta map.
JmxBeansFactory
- Class in
groovy.jmx.builder
@author vladimir
JmxBuilder
- Class in
groovy.jmx.builder
This is JmxBuilder's factory builder class.
JmxBuilder
(MBeanServerConnection)
- Constructor in
JmxBuilder
JmxBuilderException
- Class in
groovy.jmx.builder
Runtime exception used by JmxBuilder.
JmxBuilderException
(String, Throwable)
- Constructor in
JmxBuilderException
Parameterized constructor.
JmxBuilderModelMBean
- Class in
groovy.jmx.builder
The JmxBuilderModelMBean is the MBean class that proxies exported POGO/POJO inside the MBeanServer.
JmxBuilderModelMBean
(ModelMBeanInfo)
- Constructor in
JmxBuilderModelMBean
JmxBuilderTools
- Class in
groovy.jmx.builder
This is a utility class used as a helper for JmxBuilder.
JmxClientConnectorFactory
- Class in
groovy.jmx.builder
This is the factory for node JmxBuilder.connectorClient.
JmxEmitterFactory
- Class in
groovy.jmx.builder
This class is the factory for the emitter node.
JmxEventEmitter
- Class in
groovy.jmx.builder
The JmxEventEmitter is a JMX Broadcaster class that is used to send generic events on the MBeanServer's event bus.
JmxEventEmitterMBean
- Interface in
groovy.jmx.builder
This is the management interface for JmxEventEmitter.
JmxEventListener
- Class in
groovy.jmx.builder
The JmxEventListener class is used by the builder to listen to events on the event bus.
JmxListenerFactory
- Class in
groovy.jmx.builder
This factory class is used to create an listener() node for JmxBuilder.
JmxMetaMapBuilder
- Class in
groovy.jmx.builder
The JmxMetaMapBuilder class is used to collect meta data passed in JmxBuilder nodes.
JmxOperationInfoManager
- Class in
groovy.jmx.builder
This class is responsible for assembling JMX Operation Info from the meta map.
JmxServerConnectorFactory
- Class in
groovy.jmx.builder
This is the server connector factory used for node JmxBuilder.connectorServer().
JmxTimerFactory
- Class in
groovy.jmx.builder
The JmxTimerFactory class generates a timer() node for JmxBuilder.
K
L
listAttributeDescriptions
()
- Method in
GroovyMBean
List of string representations of all of the attributes on the MBean.
listAttributeNames
()
- Method in
GroovyMBean
List of the names of each of the attributes on the MBean
listAttributeValues
()
- Method in
GroovyMBean
The values of each of the attributes on the MBean
listOperationDescriptions
()
- Method in
GroovyMBean
Description of all of the operations available on the MBean.
listOperationNames
()
- Method in
GroovyMBean
Names of all the operations available on the MBean.
M
N
name
()
- Method in
GroovyMBean
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxBeanExportFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxBeanFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxBeansFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxClientConnectorFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxEmitterFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxListenerFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxServerConnectorFactory
newInstance
(FactoryBuilderSupport, Object, Object, Map)
- Method in
JmxTimerFactory
O
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxBeanExportFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxBeanFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxBeansFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxEmitterFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxListenerFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxServerConnectorFactory
onHandleNodeAttributes
(FactoryBuilderSupport, Object, Map)
- Method in
JmxTimerFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxBeanFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxBeansFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxEmitterFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxListenerFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxServerConnectorFactory
onNodeCompleted
(FactoryBuilderSupport, Object, Object)
- Method in
JmxTimerFactory
P
Q
R
registerFactories
()
- Method in
JmxBuilder
registerMBeanFromMap
(String, Map)
- Method in
JmxBuilderTools
resolveFactory
(Object, Map, Object)
- Method in
JmxBuilder
S
send
(Object)
- Method in
JmxEventEmitter
Called to broadcast message on MBeanServer event bus.
send
(Object)
- Method in
JmxEventEmitterMBean
Method called to dispatch event on event bus.
server
()
- Method in
GroovyMBean
setDefaultJmxNameDomain
(String)
- Method in
JmxBuilder
setDefaultJmxNameType
(String)
- Method in
JmxBuilder
setEvent
(String)
- Method in
JmxEventEmitter
Event type setter
setEvent
(String)
- Method in
JmxEventEmitterMBean
Setter - sets event thrown by Emitter.
setManagedResource
(Object)
- Method in
JmxBuilderModelMBean
setMBeanServer
(MBeanServerConnection)
- Method in
JmxBuilder
setMessage
(String)
- Method in
JmxEventEmitter
Event message setter.
setMode
(String)
- Method in
JmxBuilder
setProperty
(String, Object)
- Method in
GroovyMBean
T
toString
()
- Method in
GroovyMBean
Return an end user readable representation of the underlying MBean
U
uncapitalize
(String)
- Method in
JmxBuilderTools
Uncapitalizes a string.
V
W
X
Y
Z
_
Copyright © 2003-2013 The Codehaus. All rights reserved.