|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
com.voidsearch.voidbase.apps.feedq.FeedQueueModule
public class FeedQueueModule
| 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 | |
|---|---|
FeedQueueModule()
|
|
| Method Summary | |
|---|---|
VoidBaseModuleResponse |
handle(VoidBaseModuleRequest request)
|
void |
initialize(java.lang.String name)
|
void |
persistToStore(java.util.LinkedList<ResourceEntry> entries,
CacheModule store)
|
void |
run()
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeedQueueModule()
| Method Detail |
|---|
public void initialize(java.lang.String name)
throws VoidBaseModuleException
initialize in interface VoidBaseModuleVoidBaseModuleException
public VoidBaseModuleResponse handle(VoidBaseModuleRequest request)
throws VoidBaseModuleException
handle in interface VoidBaseModuleVoidBaseModuleExceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
public void persistToStore(java.util.LinkedList<ResourceEntry> entries,
CacheModule store)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||