Class SequentialExecuter
java.lang.Object
|
+----Executer
|
+----SequentialExecuter
- class SequentialExecuter
- extends Executer
Being a subclass of Executer
, this class can
schedule and execute a set of Module
s. It
executes them sequentially, one after another.
- Version:
- $Revision: 1.10 $
- See Also:
- Executer, Module
-
SequentialExecuter()
-
-
execute(ModuleStore)
- Schedule and execute a set of modules.
SequentialExecuter
SequentialExecuter()
execute
void execute(ModuleStore modules)
- Schedule and execute a set of modules.
- Parameters:
- modules - a ModuleStore containing the modules to be
scheduled and executed.
- Returns:
- This method has no return value but later it may be
changed to return information indicating how
successfull the scheduling and executing was.
- Overrides:
- execute in class Executer
- See Also:
- ModuleStore, Module