com.jcorporate.expresso.services.crontab |
Objects that provide a system to run scheduled, recurring jobs. Most commonly used by Expresso's Job Handler subsystem.
|
Java Source File Name | Type | Comment |
CronDaemon.java | Class | This class provides the thread for listening on various crontabs. |
CronException.java | Class | |
Crontab.java | Class | This is the main API controller class that deals with the various crontab
entries. |
CrontabEntry.java | Class | CrontabEntry represents a repeatable 'action' that can take place at a given
date and time.
A crontab entry's sort order creates differences between Comparable and
equals(). |
CrontabListenerI.java | Interface | |