|
||||||||
| 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.Puller
|
+--org.openorb.notify.queue.SequencePuller
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
SequencePuller(java.lang.String id,
FilterableEventQueue queue,
EventReceiver receiver,
SupplierProxyManagement proxy,
long pullThreadLatency,
org.apache.avalon.framework.logger.Logger logger)
Default constructor |
|
| Method Summary | |
void |
setSupplier(SequencePullSupplier supplier)
This method sets a supplier |
| Methods inherited from class org.openorb.notify.queue.Puller |
run, setConnectionActive |
| Methods inherited from class org.openorb.notify.NotifyThread |
finishWorkAndStopThread, resumeThread, startThread, stopThread, 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 SequencePuller(java.lang.String id,
FilterableEventQueue queue,
EventReceiver receiver,
SupplierProxyManagement proxy,
long pullThreadLatency,
org.apache.avalon.framework.logger.Logger logger)
| Method Detail |
public void setSupplier(SequencePullSupplier supplier)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||