org.drools.runtime.pipeline.impl
Class ListAdapterImpl

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.BaseStage
      extended by org.drools.runtime.pipeline.impl.ListAdapterImpl
All Implemented Interfaces:
ListAdapter, Receiver, Stage

public class ListAdapterImpl
extends BaseStage
implements ListAdapter


Constructor Summary
ListAdapterImpl(List list, boolean syncAccessor)
           
 
Method Summary
 List getList()
           
 void receive(Object object, PipelineContext context)
           
 void setList(List list)
           
 
Methods inherited from class org.drools.runtime.pipeline.impl.BaseStage
handleException, setStageExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.runtime.pipeline.Stage
setStageExceptionHandler
 

Constructor Detail

ListAdapterImpl

public ListAdapterImpl(List list,
                       boolean syncAccessor)
Method Detail

getList

public List getList()
Specified by:
getList in interface ListAdapter

setList

public void setList(List list)
Specified by:
setList in interface ListAdapter

receive

public void receive(Object object,
                    PipelineContext context)
Specified by:
receive in interface Receiver


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.