Uses of Interface
org.quartz.triggers.Trigger
Package
Description
-
Uses of Trigger in org.knowm.sundial
Modifier and TypeMethodDescriptionSundialJobScheduler.getAllJobsAndTriggers()
Generates a Map of all Job names with corresponding Triggers -
Uses of Trigger in org.quartz
Modifier and TypeMethodDescriptionQuartzScheduler.getTrigger
(String triggerKey) Get the
instance with the given name and group.Trigger
Modifier and TypeMethodDescriptionvoid
QuartzScheduler.notifySchedulerListenersFinalized
(Trigger trigger) void
QuartzScheduler.notifyTriggerListenersMisfired
(Trigger trigger) -
Uses of Trigger in org.quartz.core
Modifier and TypeMethodDescriptionJobExecutionContext.getTrigger()
Get a handle to theTrigger
instance that fired theJob
.JobExecutionContextImpl.getTrigger()
Scheduler.getTrigger
(String triggerKey) Get the
instance with the given key.Trigger
Modifier 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) Modifier and TypeMethodDescriptionvoid
SchedulerSignaler.notifySchedulerListenersFinalized
(Trigger trigger) void
SchedulerSignalerImpl.notifySchedulerListenersFinalized
(Trigger trigger) void
SchedulerSignaler.notifyTriggerListenersMisfired
(Trigger trigger) void
SchedulerSignalerImpl.notifyTriggerListenersMisfired
(Trigger trigger) -
Uses of Trigger in org.quartz.exceptions
ModifierConstructorDescriptionObjectAlreadyExistsException
(Trigger offendingTrigger) Create aObjectAlreadyExistsException
and auto-generate a message using the name/group from the givenTrigger
. -
Uses of Trigger in org.quartz.listeners
Modifier and TypeMethodDescriptionvoid
SchedulerListener.jobScheduled
(Trigger trigger) void
SchedulerListenerSupport.jobScheduled
(Trigger trigger) void
TriggerListener.triggerComplete
(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode) void
SchedulerListener.triggerFinalized
(Trigger trigger) void
SchedulerListenerSupport.triggerFinalized
(Trigger trigger) void
TriggerListener.triggerFired
(Trigger trigger, JobExecutionContext context) void
TriggerListener.triggerMisfired
(Trigger trigger) boolean
TriggerListener.vetoJobExecution
(Trigger trigger, JobExecutionContext context) -
Uses of Trigger in org.quartz.triggers
Modifier and TypeInterfaceDescriptioninterface
The public interface for inspecting settings specific to a CronTrigger, .interface
Defines the setters for Triggerinterface
interface
A
that is used to fire aTrigger
Job
at a given moment in time, and optionally repeated at a specified interval.Modifier and TypeClassDescriptionclass
The base abstract class to be extended by allTrigger
s.class
class
Modifier and TypeMethodDescriptionint
int
Compare the next fire time of thisTrigger
to that of another by comparing their keys, or in other words, sorts them according to the natural (i.e.