Module com.aoapps.cron
Package com.aoapps.cron
-
Interface Summary Interface Description CronJob One task that is performed on a routine basis.Schedule Provides a schedule for a job. -
Class Summary Class Description CronDaemon Run cron jobs based on their scheduling requirements.Matcher Matches individual values within a Schedule.Matcher.Asterisk Matches any value.Matcher.List Matches any of a list.Matcher.Range Matches a specific range.Matcher.Step Matches a step.Matcher.Value Matches a single value.MatcherSchedule Parses a cron-like schedule line, including support for lists, steps, ranges, asterisks, names, and special strings.MultiSchedule A job is scheduled by matching any of a provided set of schedules. -
Enum Summary Enum Description CronJob.Executor The various executors that may be selected to run this job.CronJob.ScheduleMode The set of possible concurrency settings for cron jobs.