org.opencms.scheduler
Class TestCmsJob
java.lang.Object
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 |
TestCmsJob
public TestCmsJob()
- Default constructor.
execute
public void execute(org.quartz.JobExecutionContext context)
- Specified by:
execute
in interface org.quartz.Job
- See Also:
Job.execute(org.quartz.JobExecutionContext)