All Scheduled jobs should extend this. The class that extends
ScheduledJobs should contain the code that you actually want to
execute at a specific time. The name of this class is what you
register in the JobEntry.
author: Dave Bryson version: $Id: ScheduledJob.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
abstractpublic void
run(JobEntry job) Run the Jobentry from the scheduler queue.