org.apache.turbine.modules
Class ScheduledJob

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.ScheduledJob

public abstract class ScheduledJob
extends Assembler

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.

Version:
$Id: ScheduledJob.java,v 1.1.1.1 2001/08/16 05:08:30 jvanzyl Exp $
Author:
Dave Bryson

Constructor Summary
ScheduledJob()
           
 
Method Summary
abstract  void run(JobEntry job)
          Run the Jobentry from the scheduler queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledJob

public ScheduledJob()
Method Detail

run

public abstract void run(JobEntry job)
                  throws java.lang.Exception
Run the Jobentry from the scheduler queue.
Parameters:
job - The job to run.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.