Class CronJob

  • All Implemented Interfaces:
    de.mhus.lib.basics.Named, ITimerTask, MutableSchedulerJob, Operation, MNlsProvider, Nls, Runnable

    public class CronJob
    extends SchedulerJob
    implements MutableSchedulerJob
    Schedule tasks like Crontab (man -S 5 crontab). Next scheduling is done after execution of a task. Example * * * * * every minute, field allowed values ----- -------------- minute 0-59 hour 0-23 day of month 1-31 month 1-12 (or names, see below) day of week 1-7 (1 is Sunday) specials w = only working days disabled = disabled by default
    Author:
    mikehummel