Uses of Class
org.quartz.core.TriggerFiredResult
-
Uses of TriggerFiredResult in org.quartz.core
Modifier and TypeMethodDescriptionJobStore.triggersFired
(List<OperableTrigger> triggers) Inform theJobStore
that the scheduler is now firing the givenTrigger
(executing its associatedJob
), that it had previously acquired (reserved).RAMJobStore.triggersFired
(List<OperableTrigger> triggers) Inform theJobStore
that the scheduler is now firing the givenTrigger
(executing its associatedJob
), that it had previously acquired (reserved).