|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.NotifyThread
org.openorb.notify.queue.EventQueueDispatcher
public class EventQueueDispatcher
Constructor Summary | |
---|---|
EventQueueDispatcher(java.lang.String id,
EventQueue queue,
EventReceiver receiver,
org.apache.avalon.framework.logger.Logger logger)
Default constructor |
Method Summary | |
---|---|
void |
pushEvent(java.lang.Object event)
This method is invoked by the proxy upon receipt of a new event. |
void |
pushEvents(java.lang.Object[] events)
This method is invoked by the proxy upon receipt of a new event. |
void |
run()
The run method waits for new events and pulls them from the queue |
void |
stopThread()
Stop the thread |
Methods inherited from class org.openorb.notify.NotifyThread |
---|
finishWorkAndStopThread, getLogger, resumeThread, startThread, suspendThread, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventQueueDispatcher(java.lang.String id, EventQueue queue, EventReceiver receiver, org.apache.avalon.framework.logger.Logger logger)
Method Detail |
---|
public void pushEvent(java.lang.Object event)
public void pushEvents(java.lang.Object[] events)
public void run()
public void stopThread()
stopThread
in interface ThreadManagement
stopThread
in class NotifyThread
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |