Uses of Interface
org.quartz.triggers.Trigger
Packages that use Trigger
Package
Description
-
Uses of Trigger in org.knowm.sundial
Methods in org.knowm.sundial that return types with arguments of type TriggerModifier and TypeMethodDescriptionSundialJobScheduler.getAllJobsAndTriggers()Generates a Map of all Job names with corresponding Triggers -
Uses of Trigger in org.quartz
Methods in org.quartz that return TriggerModifier and TypeMethodDescriptionQuartzScheduler.getTrigger(String triggerKey) Get theinstance with the given name and group.TriggerMethods in org.quartz that return types with arguments of type TriggerMethods in org.quartz with parameters of type TriggerModifier and TypeMethodDescriptionvoidQuartzScheduler.notifySchedulerListenersFinalized(Trigger trigger) voidQuartzScheduler.notifyTriggerListenersMisfired(Trigger trigger) -
Uses of Trigger in org.quartz.core
Methods in org.quartz.core that return TriggerModifier and TypeMethodDescriptionJobExecutionContext.getTrigger()Get a handle to theTriggerinstance that fired theJob.JobExecutionContextImpl.getTrigger()Scheduler.getTrigger(String triggerKey) Get theinstance with the given key.TriggerMethods in org.quartz.core that return types with arguments of type TriggerModifier and TypeMethodDescriptionJobStore.getTriggersForJob(String jobKey) Get all of the Triggers that are associated to the given Job.RAMJobStore.getTriggersForJob(String jobKey) Get all of the Triggers that are associated to the given Job.Scheduler.getTriggersOfJob(String jobKey) Methods in org.quartz.core with parameters of type TriggerModifier and TypeMethodDescriptionvoidSchedulerSignaler.notifySchedulerListenersFinalized(Trigger trigger) voidSchedulerSignalerImpl.notifySchedulerListenersFinalized(Trigger trigger) voidSchedulerSignaler.notifyTriggerListenersMisfired(Trigger trigger) voidSchedulerSignalerImpl.notifyTriggerListenersMisfired(Trigger trigger) -
Uses of Trigger in org.quartz.exceptions
Constructors in org.quartz.exceptions with parameters of type TriggerModifierConstructorDescriptionObjectAlreadyExistsException(Trigger offendingTrigger) Create aObjectAlreadyExistsExceptionand auto-generate a message using the name/group from the givenTrigger. -
Uses of Trigger in org.quartz.listeners
Methods in org.quartz.listeners with parameters of type TriggerModifier and TypeMethodDescriptionvoidSchedulerListener.jobScheduled(Trigger trigger) voidSchedulerListenerSupport.jobScheduled(Trigger trigger) voidTriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode) voidSchedulerListener.triggerFinalized(Trigger trigger) voidSchedulerListenerSupport.triggerFinalized(Trigger trigger) voidTriggerListener.triggerFired(Trigger trigger, JobExecutionContext context) voidTriggerListener.triggerMisfired(Trigger trigger) booleanTriggerListener.vetoJobExecution(Trigger trigger, JobExecutionContext context) -
Uses of Trigger in org.quartz.triggers
Subinterfaces of Trigger in org.quartz.triggersModifier and TypeInterfaceDescriptioninterfaceThe public interface for inspecting settings specific to a CronTrigger, .interfaceDefines the setters for TriggerinterfaceinterfaceAthat is used to fire aTriggerJobat a given moment in time, and optionally repeated at a specified interval.Classes in org.quartz.triggers that implement TriggerModifier and TypeClassDescriptionclassThe base abstract class to be extended by allTriggers.classclassMethods in org.quartz.triggers with parameters of type TriggerModifier and TypeMethodDescriptionintintCompare the next fire time of thisTriggerto that of another by comparing their keys, or in other words, sorts them according to the natural (i.e.