Package org.openpipeline.scheduler

Contains the job scheduler and classes for managing jobs.

See:
          Description

Interface Summary
PipelineJob A job that implements this interface can be executed by the pipeline system.
 

Class Summary
JobInfo Contains information on a job in the scheduler.
JobScanner Scans all files in /config/jobs and loads them into the scheduler.
PipelineJobWrapper This class is a wrapper around a class that implements a PipelineJob interface.
PipelineScheduler The main scheduler class for an OpenPipeline server.
 

Exception Summary
PipelineException A checked exception that indicates a recoverable error in the pipeline; it means that this particular item won't be processed, but the connector should not stop running.
 

Package org.openpipeline.scheduler Description

Contains the job scheduler and classes for managing jobs.