org.drools.runtime.pipeline.impl
Class PipelineImpl

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.BaseStage
      extended by org.drools.runtime.pipeline.impl.BaseEmitter
          extended by org.drools.runtime.pipeline.impl.PipelineImpl
All Implemented Interfaces:
Emitter, Stage

public class PipelineImpl
extends BaseEmitter


Field Summary
 
Fields inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
receiver
 
Constructor Summary
PipelineImpl(PipelineContextFactory factory)
           
 
Method Summary
 void insert(Object object)
           
 
Methods inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
emit, getReceiver, setReceiver
 
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
 

Constructor Detail

PipelineImpl

public PipelineImpl(PipelineContextFactory factory)
Method Detail

insert

public void insert(Object object)


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