org.mmbase.applications.crontab
Class RunnableCronJob
java.lang.Object
org.mmbase.applications.crontab.AbstractCronJob
org.mmbase.applications.crontab.RunnableCronJob
- All Implemented Interfaces:
- CronJob, Runnable
- public class RunnableCronJob
- extends AbstractCronJob
Just wraps a Runnable into a CronJob.
- Since:
- MMBase-1.8
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
run()
Implement this. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runnable
protected final Runnable runnable
RunnableCronJob
public RunnableCronJob(Runnable run)
run
public void run()
- Description copied from class:
AbstractCronJob
- Implement this.
- Specified by:
run in interface CronJob- Specified by:
run in class AbstractCronJob
MMBase build 1.8.1.20060716