Package org.writersforge.catalan.process.commands

Catalan Worker Command API.

See:
          Description

Interface Summary
ICommand Encapsulation of a specific, smaller action inside the context of a worker.
 

Class Summary
BaseCommand Default implementation of ICommand.
BaseCommandWorker BaseWorker extension with support for the ICommand interface.
CommandContext Encapsulates the set of parameters which should be passed to the ICommand.run() method.
 

Package org.writersforge.catalan.process.commands Description

Catalan Worker Command API. This package contains an optional API for dividing worker functionality into smaller atomic commands. Each command is a standalone implementation of the IWorkerCommand interface; BaseCommandWorker provides a basic infrastructure for invoking the proper IWorkerCommand class according to the value of the "command" worker property.