|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmxEventEmitterMBean
This is the management interface for JmxEventEmitter. This MBean is used internally by JmxBuilder to broadcast events to registered listeners of the underlying MBeanServer.
JmxEventEmitterMBean
Modifier and Type | Method and Description |
---|---|
String |
getEvent()
Getter - returns event thrown by emitter. |
long |
send(Object data)
Method called to dispatch event on event bus. |
void |
setEvent(String event)
Setter - sets event thrown by Emitter. |
Method Detail |
---|
String getEvent()
void setEvent(String event)
event
- - event type stringlong send(Object data)
data
- - data sent to listeners.
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |