com.ldodds.slug.http
Class URLRetrievalWorkerFactory

java.lang.Object
  extended bycom.ldodds.slug.framework.WorkerFactoryImpl
      extended bycom.ldodds.slug.http.URLRetrievalWorkerFactory
All Implemented Interfaces:
WorkerFactory

public class URLRetrievalWorkerFactory
extends WorkerFactoryImpl

Author:
ldodds

Field Summary
 
Fields inherited from class com.ldodds.slug.framework.WorkerFactoryImpl
_controller
 
Constructor Summary
URLRetrievalWorkerFactory()
           
 
Method Summary
protected  Worker createWorker(java.lang.String name)
           
 void setConsumer(Consumer consumer)
           
 void setController(Controller controller)
           
 void setMemory(Memory memory)
           
 
Methods inherited from class com.ldodds.slug.framework.WorkerFactoryImpl
getWorker, setMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLRetrievalWorkerFactory

public URLRetrievalWorkerFactory()
Method Detail

createWorker

protected Worker createWorker(java.lang.String name)
Specified by:
createWorker in class WorkerFactoryImpl
See Also:
WorkerFactoryImpl.createWorker(java.lang.String)

setConsumer

public void setConsumer(Consumer consumer)

setMemory

public void setMemory(Memory memory)

setController

public void setController(Controller controller)
Specified by:
setController in interface WorkerFactory
Overrides:
setController in class WorkerFactoryImpl
See Also:
WorkerFactory.setController(com.ldodds.slug.framework.Controller)