org.mmbase.applications.crontab
Class SampleCronJob
java.lang.Object
org.mmbase.applications.crontab.AbstractCronJob
org.mmbase.applications.crontab.SampleCronJob
- All Implemented Interfaces:
- CronJob, Runnable
- public class SampleCronJob
- extends AbstractCronJob
- implements CronJob
Sample cron jobs shows ho to create a cronjob.
- Author:
- Kees Jongenburger
|
Method Summary |
void |
run()
Implement this.
This is the method which is repeatedly called. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mmbase.applications.crontab.CronJob |
init, stop |
SampleCronJob
public SampleCronJob()
run
public void run()
- Description copied from interface:
CronJob
-
This is the method which is repeatedly called.
- Specified by:
run in interface CronJob- Specified by:
run in class AbstractCronJob
MMBase build 1.8.1.20060716