com.norconex.jef
Interface IJobGroup

All Superinterfaces:
IJob
All Known Implementing Classes:
AbstractJobGroup, AsyncJobGroup, AsyncLimitedJobGroup, SyncJobGroup

public interface IJobGroup
extends IJob

A job group is itself a job, with the added responsibility of managing the execution of other jobs. The progression tracking in a job group is related to the progression of jobs it contains.

Author:
Pascal Essiembre

Method Summary
 IJob[] getJobs()
          Gets all jobs part of this group.
 
Methods inherited from interface com.norconex.jef.IJob
createJobContext, execute, getId, stop
 

Method Detail

getJobs

IJob[] getJobs()
Gets all jobs part of this group.

Returns:
jobs in the group


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