org.openorb.notify.queue
public class EventQueueReceiver extends NotifyThread
Constructor Summary | |
---|---|
EventQueueReceiver(String id, EventQueue queue, Logger logger)
Default constructor |
Method Summary | |
---|---|
void | addDispatcher(EventDispatcher newDispatcher)
This method adds a dispatcher |
void | pushEvent(Object event)
This method is invoked by the proxy upon receipt of a new event.
|
void | removeDispatcher(EventDispatcher oldDispatcher)
This method removes a dispatcher |
void | run()
The run method waits for new events and pushes them in the queue |
void | stopThread()
Stop the thread |