Package org.quartz.triggers


package org.quartz.triggers
  • Class
    Description
    The base abstract class to be extended by all Triggers.
    Provides a parser and evaluator for unix-like cron expressions.
    The public interface for inspecting settings specific to a CronTrigger, . which is used to fire a
    invalid reference
    org.quartz.Job
    at given moments in time, defined with Unix 'cron-like' schedule definitions.
    A concrete Trigger that is used to fire a JobDetail at given moments in time, defined with Unix 'cron-like' definitions.
    Defines the setters for Trigger
     
    A Trigger that is used to fire a Job at a given moment in time, and optionally repeated at a specified interval.
    A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.
    The base interface with properties common to all Triggers - use TriggerBuilder to instantiate an actual Trigger.
    NOOP Instructs the Scheduler that the Trigger has no further instructions.
    A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time.