Package net.sourceforge.java.util.jobs.scheduling

Provides core support for scheduling background activity.

See:
          Description

Class Summary
JobExecutionInterval Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.
JobExecutionStatus Represents the execution status of an ScheduledJob which is scheduled for execution in the JobManager context.
ScheduledJob Wraps an IJob for scheduled execution in the JobManager context.
 

Package net.sourceforge.java.util.jobs.scheduling Description

Provides core support for scheduling background activity.