net.sf.seide.controller
Interface StageController

All Superinterfaces:
DispatcherAware, Lifecycle
All Known Implementing Classes:
DirectThreadPoolStageController

public interface StageController
extends DispatcherAware, Lifecycle

The StageController is the responsible for the execution of the given Event, in this case, only the Message because there is an instance of this class per defined Stage.

Author:
german.kondolf

Method Summary
 void execute(Event event)
          Execution handler for the given stage.
 void setRuntimeStage(RuntimeStage runtimeStage)
          Runtime configuration of the running Stage (RuntimeStage).
 
Methods inherited from interface net.sf.seide.core.DispatcherAware
getDispatcher, setDispatcher
 
Methods inherited from interface net.sf.seide.core.Lifecycle
isRunning, start, stop
 

Method Detail

execute

void execute(Event event)
Execution handler for the given stage.

Parameters:
event -

setRuntimeStage

void setRuntimeStage(RuntimeStage runtimeStage)
Runtime configuration of the running Stage (RuntimeStage).

Parameters:
runtimeStage -


Copyright © 2011. All Rights Reserved.