Package com.norconex.jef

Core classes making up the Job Execution Framework.

See:
          Description

Interface Summary
IJob A job to be executed by the Job Execution Framework.
IJobContext Holds contextual information about a job.
IJobGroup A job group is itself a job, with the added responsibility of managing the execution of other jobs.
 

Class Summary
AbstractJob Convenient base class for implementing jobs.
AbstractJobGroup Base implementation for job groups.
AbstractResumableJob Convenience class separating normal execution from recovery.
AsyncJobGroup Job responsible for running a group of jobs asynchronously.
AsyncLimitedJobGroup Job responsible for running a group of jobs asynchronously with only so many jobs running at the same time.
JobContext Basic POJO implementation of IJobContext.
JobRunner Responsible for managing the execution of a suite and its related jobs.
SyncJobGroup Job responsible for running a group of jobs synchronously.
 

Exception Summary
JobException Represents a job-related exception.
 

Package com.norconex.jef Description

Core classes making up the Job Execution Framework.



Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.