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 Modules. It executes them sequentially, one after another.

Version:
$Revision: 1.10 $
See Also:
Executer, Module

Constructor Index

 o SequentialExecuter()

Method Index

 o execute(ModuleStore)
Schedule and execute a set of modules.

Constructors

 o SequentialExecuter
 SequentialExecuter()

Methods

 o 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