| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
edu.sdsc.inca.util.Worker
| Field Summary | 
| Fields inherited from class java.lang.Thread | 
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY | 
| Constructor Summary | |
Worker(WorkQueue q)
Create a new Worker which is attached to the named queue.  | 
|
| Method Summary | |
protected abstract  void | 
doWork(java.lang.Object work)
Abstract method: should do the actual work required.  | 
 void | 
run()
Start the worker.  | 
 java.lang.String | 
toString()
Returns the name of the thread -- there really isn't any other state kept in the class.  | 
| Methods inherited from class java.lang.Thread | 
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, yield | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public Worker(WorkQueue q)
q - the q to attach the worker to| Method Detail | 
public void run()
protected abstract void doWork(java.lang.Object work)
work - the socket that was queuedpublic java.lang.String toString()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||