org.opencms.scheduler
Class TestCmsJob

java.lang.Object
  extended by org.opencms.scheduler.TestCmsJob
All Implemented Interfaces:
org.quartz.Job

public class TestCmsJob
extends Object
implements org.quartz.Job

Class that implements the Job interface.


Constructor Summary
TestCmsJob()
          Default constructor.
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCmsJob

public TestCmsJob()
Default constructor.

Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
Specified by:
execute in interface org.quartz.Job
See Also:
Job.execute(org.quartz.JobExecutionContext)