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
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.