|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.jmx.builder.JmxEventListener
class JmxEventListener extends Object
The JmxEventListner class is used by the builder to listen to events on the event bus. It is used internally by JmxBuilder to handle attribute-change and operation-invoke events on the bean() node.
Constructor Summary | |
JmxEventListener()
|
Method Summary | |
---|---|
static JmxEventListener
|
getListner()
Factory method that returns an instance of the listener. |
void
|
handleNotification(Notification notification, Object handback)
This is the mplemented method for NotificationListener. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
JmxEventListener()
Method Detail |
---|
public static JmxEventListener getListner()
public void handleNotification(Notification notification, Object handback)
Copyright © 2003-2009 The Codehaus. All rights reserved.