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 the
instance with the given name and group.Trigger
Methods in org.quartz that return types with arguments of type TriggerMethods in org.quartz with parameters of type TriggerModifier and TypeMethodDescriptionvoid
QuartzScheduler.notifySchedulerListenersFinalized
(Trigger trigger) void
QuartzScheduler.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 theTrigger
instance that fired theJob
.JobExecutionContextImpl.getTrigger()
Scheduler.getTrigger
(String triggerKey) Get the
instance with the given key.Trigger
Methods 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 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
Constructors in org.quartz.exceptions with parameters of type TriggerModifierConstructorDescriptionObjectAlreadyExistsException
(Trigger offendingTrigger) Create aObjectAlreadyExistsException
and 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 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
Subinterfaces of Trigger in org.quartz.triggersModifier 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.Classes in org.quartz.triggers that implement TriggerModifier and TypeClassDescriptionclass
The base abstract class to be extended by allTrigger
s.class
class
Methods in org.quartz.triggers with parameters of type TriggerModifier 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.