JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
H
I
J
L
N
S
T
A
addEventListeners(MBeanServer, Map<String, Map<String, Object>>)
- Method in class groovy.jmx.builder.
JmxBuilderModelMBean
Sets up event listeners for this MBean as described in the descriptor.
addOperationCallListeners(Map<String, Map<String, Map<String, Object>>>)
- Method in class groovy.jmx.builder.
JmxBuilderModelMBean
Registers listeners for operation calls (i.e.
C
createOperationKey(String, int)
- Method in class groovy.util.
GroovyMBean
Construct a simple key based on the method name and the number of parameters
createSignature(MBeanOperationInfo)
- Method in class groovy.util.
GroovyMBean
D
describeAttribute(MBeanAttributeInfo)
- Method in class groovy.util.
GroovyMBean
Description of the specified attribute name.
describeAttribute(String)
- Method in class groovy.util.
GroovyMBean
Description of the specified attribute name.
describeOperation(String)
- Method in class groovy.util.
GroovyMBean
Get the description of the specified operation.
describeOperation(MBeanOperationInfo)
- Method in class groovy.util.
GroovyMBean
Description of the operation.
G
getEvent()
- Method in class groovy.jmx.builder.
JmxEventEmitter
Event type getter
getEvent()
- Method in interface groovy.jmx.builder.
JmxEventEmitterMBean
Getter - returns event thrown by emitter.
getListener()
- Static method in class groovy.jmx.builder.
JmxEventListener
Factory method that returns an instance of the listener.
getMessage()
- Method in class groovy.jmx.builder.
JmxEventEmitter
Event message getter
getProperty(String)
- Method in class groovy.util.
GroovyMBean
groovy.jmx.builder
- package groovy.jmx.builder
groovy.util
- package groovy.util
Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans.
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, String)
- Constructor for class groovy.util.
GroovyMBean
GroovyMBean(MBeanServerConnection, String, boolean)
- Constructor for class groovy.util.
GroovyMBean
GroovyMBean(MBeanServerConnection, ObjectName)
- Constructor for class groovy.util.
GroovyMBean
GroovyMBean(MBeanServerConnection, ObjectName, boolean)
- Constructor for class groovy.util.
GroovyMBean
H
handleNotification(Notification, Object)
- Method in class groovy.jmx.builder.
JmxBuilderModelMBean
handleNotification(Notification, Object)
- Method in class groovy.jmx.builder.
JmxEventListener
This is the implemented method for NotificationListener.
I
info()
- Method in class groovy.util.
GroovyMBean
invoke(String, Object[], String[])
- Method in class groovy.jmx.builder.
JmxBuilderModelMBean
invokeMethod(String, Object)
- Method in class groovy.util.
GroovyMBean
J
JmxBuilderException
- Exception in
groovy.jmx.builder
Runtime exception used by JmxBuilder.
JmxBuilderException()
- Constructor for exception groovy.jmx.builder.
JmxBuilderException
Default constructor for exception.
JmxBuilderException(String)
- Constructor for exception groovy.jmx.builder.
JmxBuilderException
Parameterized consructor.
JmxBuilderException(Throwable)
- Constructor for exception groovy.jmx.builder.
JmxBuilderException
Parameterized constructor.
JmxBuilderException(String, Throwable)
- Constructor for exception groovy.jmx.builder.
JmxBuilderException
Parameterized constructor.
JmxBuilderModelMBean
- Class in
groovy.jmx.builder
The JmxBuilderModelMBean is the MBean class that proxies exported POGO/POJO inside the MBeanServer.
JmxBuilderModelMBean(Object)
- Constructor for class groovy.jmx.builder.
JmxBuilderModelMBean
JmxBuilderModelMBean()
- Constructor for class groovy.jmx.builder.
JmxBuilderModelMBean
JmxBuilderModelMBean(ModelMBeanInfo)
- Constructor for class groovy.jmx.builder.
JmxBuilderModelMBean
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.
JmxEventEmitter()
- Constructor for class groovy.jmx.builder.
JmxEventEmitter
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.
JmxEventListener()
- Constructor for class groovy.jmx.builder.
JmxEventListener
L
listAttributeDescriptions()
- Method in class groovy.util.
GroovyMBean
List of string representations of all of the attributes on the MBean.
listAttributeNames()
- Method in class groovy.util.
GroovyMBean
List of the names of each of the attributes on the MBean
listAttributeValues()
- Method in class groovy.util.
GroovyMBean
The values of each of the attributes on the MBean
listOperationDescriptions()
- Method in class groovy.util.
GroovyMBean
Description of all of the operations available on the MBean.
listOperationNames()
- Method in class groovy.util.
GroovyMBean
Names of all the operations available on the MBean.
N
name()
- Method in class groovy.util.
GroovyMBean
S
send(Object)
- Method in class groovy.jmx.builder.
JmxEventEmitter
Called to broadcast message on MBeanServer event bus.
send(Object)
- Method in interface groovy.jmx.builder.
JmxEventEmitterMBean
Method called to dispatch event on event bus.
server()
- Method in class groovy.util.
GroovyMBean
setEvent(String)
- Method in class groovy.jmx.builder.
JmxEventEmitter
Event type setter
setEvent(String)
- Method in interface groovy.jmx.builder.
JmxEventEmitterMBean
Setter - sets event thrown by Emitter.
setManagedResource(Object)
- Method in class groovy.jmx.builder.
JmxBuilderModelMBean
setMessage(String)
- Method in class groovy.jmx.builder.
JmxEventEmitter
Event message setter.
setProperty(String, Object)
- Method in class groovy.util.
GroovyMBean
T
toString()
- Method in class groovy.util.
GroovyMBean
Return an end user readable representation of the underlying MBean
A
C
D
G
H
I
J
L
N
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.
Prev
Next
Frames
No Frames
All Classes