com.ldodds.slug.http
Class RDFConsumer

java.lang.Object
  extended bycom.ldodds.slug.framework.config.ComponentImpl
      extended bycom.ldodds.slug.http.RDFConsumer
All Implemented Interfaces:
Component, Consumer, MemoryHolder

public class RDFConsumer
extends ComponentImpl
implements Consumer

Author:
ldodds

Field Summary
 
Fields inherited from class com.ldodds.slug.framework.config.ComponentImpl
_configured
 
Constructor Summary
RDFConsumer()
           
 
Method Summary
 void consume(Task workItem, java.lang.Object results)
           
 void setController(Controller controller)
           
 void setMemory(Memory memory)
           
 
Methods inherited from class com.ldodds.slug.framework.config.ComponentImpl
configure, doConfig, isConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ldodds.slug.framework.config.Component
configure, isConfigured
 

Constructor Detail

RDFConsumer

public RDFConsumer()
Method Detail

consume

public void consume(Task workItem,
                    java.lang.Object results)
Specified by:
consume in interface Consumer

setController

public void setController(Controller controller)
Specified by:
setController in interface Consumer

setMemory

public void setMemory(Memory memory)
Specified by:
setMemory in interface MemoryHolder