Package org.quartz.triggers
package org.quartz.triggers
-
ClassDescriptionThe base abstract class to be extended by all
Trigger
s.Provides a parser and evaluator for unix-like cron expressions.The public interface for inspecting settings specific to a CronTrigger, .Defines the setters for TriggerA
that is used to fire aTrigger
Job
at a given moment in time, and optionally repeated at a specified interval.The base interface with properties common to allTrigger
s - useTriggerBuilder
to instantiate an actual Trigger.A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time.