Index

A C D G H I J L N S T 
All Classes|All Packages

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.jmx.GroovyMBean
Construct a simple key based on the method name and the number of parameters
createOperationKey(String, int) - Method in class groovy.util.GroovyMBean
Deprecated.
Construct a simple key based on the method name and the number of parameters
createSignature(MBeanOperationInfo) - Method in class groovy.jmx.GroovyMBean
 
createSignature(MBeanOperationInfo) - Method in class groovy.util.GroovyMBean
Deprecated.
 

D

describeAttribute(String) - Method in class groovy.jmx.GroovyMBean
Description of the specified attribute name.
describeAttribute(String) - Method in class groovy.util.GroovyMBean
Deprecated.
Description of the specified attribute name.
describeAttribute(MBeanAttributeInfo) - Method in class groovy.jmx.GroovyMBean
Description of the specified attribute name.
describeAttribute(MBeanAttributeInfo) - Method in class groovy.util.GroovyMBean
Deprecated.
Description of the specified attribute name.
describeOperation(String) - Method in class groovy.jmx.GroovyMBean
Get the description of the specified operation.
describeOperation(String) - Method in class groovy.util.GroovyMBean
Deprecated.
Get the description of the specified operation.
describeOperation(MBeanOperationInfo) - Method in class groovy.jmx.GroovyMBean
Description of the operation.
describeOperation(MBeanOperationInfo) - Method in class groovy.util.GroovyMBean
Deprecated.
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.jmx.GroovyMBean
 
getProperty(String) - Method in class groovy.util.GroovyMBean
Deprecated.
 
groovy.jmx - package groovy.jmx
 
groovy.jmx.builder - package groovy.jmx.builder
 
groovy.util - package groovy.util
 
GroovyMBean - Class in groovy.jmx
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 - Class in groovy.util
Deprecated.
GroovyMBean(MBeanServerConnection, String) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, String) - Constructor for class groovy.util.GroovyMBean
Deprecated.
 
GroovyMBean(MBeanServerConnection, String, boolean) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, String, boolean) - Constructor for class groovy.util.GroovyMBean
Deprecated.
 
GroovyMBean(MBeanServerConnection, ObjectName) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName) - Constructor for class groovy.util.GroovyMBean
Deprecated.
 
GroovyMBean(MBeanServerConnection, ObjectName, boolean) - Constructor for class groovy.jmx.GroovyMBean
 
GroovyMBean(MBeanServerConnection, ObjectName, boolean) - Constructor for class groovy.util.GroovyMBean
Deprecated.
 

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.jmx.GroovyMBean
 
info() - Method in class groovy.util.GroovyMBean
Deprecated.
 
invoke(String, Object[], String[]) - Method in class groovy.jmx.builder.JmxBuilderModelMBean
 
invokeMethod(String, Object) - Method in class groovy.jmx.GroovyMBean
 
invokeMethod(String, Object) - Method in class groovy.util.GroovyMBean
Deprecated.
 

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 constructor.
JmxBuilderException(String, Throwable) - Constructor for exception groovy.jmx.builder.JmxBuilderException
Parameterized constructor.
JmxBuilderException(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() - Constructor for class groovy.jmx.builder.JmxBuilderModelMBean
 
JmxBuilderModelMBean(Object) - 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.jmx.GroovyMBean
List of string representations of all of the attributes on the MBean.
listAttributeDescriptions() - Method in class groovy.util.GroovyMBean
Deprecated.
List of string representations of all of the attributes on the MBean.
listAttributeNames() - Method in class groovy.jmx.GroovyMBean
List of the names of each of the attributes on the MBean
listAttributeNames() - Method in class groovy.util.GroovyMBean
Deprecated.
List of the names of each of the attributes on the MBean
listAttributeValues() - Method in class groovy.jmx.GroovyMBean
The values of each of the attributes on the MBean
listAttributeValues() - Method in class groovy.util.GroovyMBean
Deprecated.
The values of each of the attributes on the MBean
listOperationDescriptions() - Method in class groovy.jmx.GroovyMBean
Description of all of the operations available on the MBean.
listOperationDescriptions() - Method in class groovy.util.GroovyMBean
Deprecated.
Description of all of the operations available on the MBean.
listOperationNames() - Method in class groovy.jmx.GroovyMBean
Names of all the operations available on the MBean.
listOperationNames() - Method in class groovy.util.GroovyMBean
Deprecated.
Names of all the operations available on the MBean.

N

name() - Method in class groovy.jmx.GroovyMBean
 
name() - Method in class groovy.util.GroovyMBean
Deprecated.
 

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.jmx.GroovyMBean
 
server() - Method in class groovy.util.GroovyMBean
Deprecated.
 
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.jmx.GroovyMBean
 
setProperty(String, Object) - Method in class groovy.util.GroovyMBean
Deprecated.
 

T

toString() - Method in class groovy.jmx.GroovyMBean
Return an end user readable representation of the underlying MBean
toString() - Method in class groovy.util.GroovyMBean
Deprecated.
Return an end user readable representation of the underlying MBean
A C D G H I J L N S T 
All Classes|All Packages