|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.openorb.notify.NotifyThread
|
+--org.openorb.notify.queue.EventQueueReceiver
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
EventQueueReceiver(java.lang.String id,
EventQueue queue,
org.apache.avalon.framework.logger.Logger logger)
Default constructor |
|
| Method Summary | |
void |
addDispatcher(EventDispatcher newDispatcher)
This method adds a dispatcher |
void |
pushEvent(java.lang.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 |
| Methods inherited from class org.openorb.notify.NotifyThread |
finishWorkAndStopThread, resumeThread, startThread, suspendThread |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EventQueueReceiver(java.lang.String id,
EventQueue queue,
org.apache.avalon.framework.logger.Logger logger)
| Method Detail |
public void addDispatcher(EventDispatcher newDispatcher)
public void removeDispatcher(EventDispatcher oldDispatcher)
public void pushEvent(java.lang.Object event)
public void run()
run in class java.lang.Threadpublic void stopThread()
stopThread in class NotifyThread
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||