Interface | Description |
---|---|
Schedule |
Interface for specify a job execution schedule.
|
Class | Description |
---|---|
CronSchedule |
Scheduler that uses the same specification syntax as the Unix cron utility.
|
ExecutorJob |
A simple Runnable class for executing a command via the command-line.
|
IntervalSchedule |
Scheduler that runs at a specified interval, specified in minutes.
|
ScheduledJob |
Runs specified job on a specified schedule.
|
Scheduler |
Runs specified jobs on individualized schedules.
|
jataylor@hairyfatguy.com