org.drools.runtime.pipeline.impl
Class ListAdapterImpl
java.lang.Object
org.drools.runtime.pipeline.impl.BaseStage
org.drools.runtime.pipeline.impl.ListAdapterImpl
- All Implemented Interfaces:
- ListAdapter, Receiver, Stage
public class ListAdapterImpl
- extends BaseStage
- implements ListAdapter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAdapterImpl
public ListAdapterImpl(List list,
boolean syncAccessor)
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-2011 JBoss Inc.. All Rights Reserved.