org.drools.runtime.pipeline.impl
Class ExecutionNodePipelineImpl

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.ExecutionNodePipelineImpl
All Implemented Interfaces:
Emitter, Pipeline, Stage

public class ExecutionNodePipelineImpl
extends BaseEmitter
implements Pipeline


Field Summary
 
Fields inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
receiver
 
Constructor Summary
ExecutionNodePipelineImpl(GridNode node)
           
 
Method Summary
 void insert(Object object, ResultHandler resultHandler)
           
 
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
 
Methods inherited from interface org.drools.runtime.pipeline.Stage
setStageExceptionHandler
 
Methods inherited from interface org.drools.runtime.pipeline.Emitter
getReceiver, setReceiver
 

Constructor Detail

ExecutionNodePipelineImpl

public ExecutionNodePipelineImpl(GridNode node)
Method Detail

insert

public void insert(Object object,
                   ResultHandler resultHandler)
Specified by:
insert in interface Pipeline


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