com.ldodds.slug.http
Class URLRetrievalWorker

java.lang.Object
  extended bycom.ldodds.slug.framework.WorkerImpl
      extended bycom.ldodds.slug.framework.ProducerWorkerImpl
          extended bycom.ldodds.slug.http.URLRetrievalWorker
All Implemented Interfaces:
Producer, java.lang.Runnable, Worker

public class URLRetrievalWorker
extends ProducerWorkerImpl

Author:
ldodds

Field Summary
 
Fields inherited from class com.ldodds.slug.framework.WorkerImpl
_controller, _logger, _monitor, _shouldStop
 
Constructor Summary
URLRetrievalWorker(Memory memory, java.lang.String name)
           
 
Method Summary
protected  java.lang.Object doTask(Task workItem)
           
 
Methods inherited from class com.ldodds.slug.framework.ProducerWorkerImpl
run, setConsumer
 
Methods inherited from class com.ldodds.slug.framework.WorkerImpl
getName, setController, setMonitor, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLRetrievalWorker

public URLRetrievalWorker(Memory memory,
                          java.lang.String name)
Method Detail

doTask

protected java.lang.Object doTask(Task workItem)
Specified by:
doTask in class ProducerWorkerImpl
See Also:
com.ldodds.slug.framework.ProducerWorkerImpl#doTask(java.lang.Object)