Sea 0.4.0

Uses of Interface
gov.lbl.dsd.sea.ExceptionHandler

Packages that use ExceptionHandler
gov.lbl.dsd.sea Framework for Stage Event Architecture (SEA) of LBL Distributed Systems Department. 
 

Uses of ExceptionHandler in gov.lbl.dsd.sea
 

Methods in gov.lbl.dsd.sea with parameters of type ExceptionHandler
 Stage StageManager.createStage(String stageName, EventHandler handler, ExceptionHandler exceptionHandler)
          Creates and returns a managed stage with the given name, event handler and exceptionHandler.
 

Constructors in gov.lbl.dsd.sea with parameters of type ExceptionHandler
Stage(String stageName, EventHandler handler, ExecutorFactory executorFactory, ExceptionHandler exceptionHandler)
          Creates a new stage with the given name, event handler, executor factory and exceptionHandler.
 


Sea 0.4.0