Package com.sun.slamd.jobgroup

The com.sun.slamd.jobgroup package contains data structures and logic for dealing with job groups.

See:
          Description

Class Summary
JobGroup This class defines a data structure for representing a job group.
JobGroupJob This class defines a data structure for holding information about a job that is scheduled as part of a job group.
JobGroupOptimizingJob This class defines a data structure for holding information about an optimizing job that is scheduled as part of a job group.
 

Package com.sun.slamd.jobgroup Description

The com.sun.slamd.jobgroup package contains data structures and logic for dealing with job groups. A job group is a set of jobs and/or optimizing jobs that may be scheduled as a single entity. When adding a job to a job group, parameters for that job may be mapped to common parameters defined in the job group or they may be given fixed values. Dependencies may be defined between the jobs and/or optimizing jobs in the job group to ensure that the jobs run in a particular order (although it is also possible to have multiple jobs running concurrently).