|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.openorb.notify.queue.EventQueueFilter
public class EventQueueFilter
This class is not currently used.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
EventQueueFilter(EventQueue queue)
Default constructor |
Method Summary | |
---|---|
boolean |
addFilter(Filter filter)
Add a filter to the event queue filter list |
boolean |
filterEvent(Event event)
Filter next event |
void |
removeAllFilters()
Remove all filters from the event queue filter list |
boolean |
removeFilter(Filter filter)
Remove a filter from the event queue filter list |
void |
run()
The run method waits for new events and pulls them from the queue |
boolean |
updateFilter(Filter filter)
Update a filter to the event queue filter list |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 EventQueueFilter(EventQueue queue)
Method Detail |
---|
public boolean addFilter(Filter filter)
public boolean updateFilter(Filter filter)
public boolean removeFilter(Filter filter)
public void removeAllFilters()
public boolean filterEvent(Event event)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |