org.drools.runtime.pipeline.impl
Class BaseStage

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.BaseStage
All Implemented Interfaces:
Stage
Direct Known Subclasses:
BaseEmitter, ListAdapterImpl

public class BaseStage
extends Object
implements Stage


Constructor Summary
BaseStage()
           
 
Method Summary
protected  void handleException(Stage stage, Object object, Exception exception)
           
 void setStageExceptionHandler(StageExceptionHandler exceptionHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStage

public BaseStage()
Method Detail

setStageExceptionHandler

public void setStageExceptionHandler(StageExceptionHandler exceptionHandler)
Specified by:
setStageExceptionHandler in interface Stage

handleException

protected void handleException(Stage stage,
                               Object object,
                               Exception exception)


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