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 516448 2007-03-09 16:25:47Z ate $
Method Summary
public void
execute(JobEntry job) This is a stop gap until the scheduler service
is fully decoupled from modules.
abstractpublic void
run(JobEntry job) Run the Jobentry from the scheduler queue.