Uses of Class
org.quartz.core.TriggerFiredResult
Packages that use TriggerFiredResult
-
Uses of TriggerFiredResult in org.quartz.core
Methods in org.quartz.core that return types with arguments of type TriggerFiredResultModifier 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).