org.drools.runtime.pipeline.impl
Class ExecuteResultHandler

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.ExecuteResultHandler
All Implemented Interfaces:
Action, Emitter, Receiver, Stage

public class ExecuteResultHandler
extends BaseEmitter
implements Action


Field Summary
 
Fields inherited from class org.drools.runtime.pipeline.impl.BaseEmitter
receiver
 
Constructor Summary
ExecuteResultHandler()
           
 
Method Summary
 void handleResult(PipelineContext context, Object object)
           
 void receive(Object object, PipelineContext context)
           
 
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.Emitter
getReceiver, setReceiver
 
Methods inherited from interface org.drools.runtime.pipeline.Stage
setStageExceptionHandler
 

Constructor Detail

ExecuteResultHandler

public ExecuteResultHandler()
Method Detail

handleResult

public void handleResult(PipelineContext context,
                         Object object)

receive

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


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