com.voidsearch.voidbase.apps.feedq
Class FeedQueueModule

java.lang.Object
  extended by java.lang.Thread
      extended by com.voidsearch.voidbase.apps.feedq.FeedQueueModule
All Implemented Interfaces:
VoidBaseModule, java.lang.Runnable

public class FeedQueueModule
extends java.lang.Thread
implements VoidBaseModule


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

FeedQueueModule

public FeedQueueModule()
Method Detail

initialize

public void initialize(java.lang.String name)
                throws VoidBaseModuleException
Specified by:
initialize in interface VoidBaseModule
Throws:
VoidBaseModuleException

handle

public VoidBaseModuleResponse handle(VoidBaseModuleRequest request)
                              throws VoidBaseModuleException
Specified by:
handle in interface VoidBaseModule
Throws:
VoidBaseModuleException

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

persistToStore

public void persistToStore(java.util.LinkedList<ResourceEntry> entries,
                           CacheModule store)


Copyright © 2009. All Rights Reserved.