Uses of Interface
org.quartz.core.SchedulerSignaler
Packages that use SchedulerSignaler
-
Uses of SchedulerSignaler in org.quartz
Methods in org.quartz that return SchedulerSignaler -
Uses of SchedulerSignaler in org.quartz.core
Classes in org.quartz.core that implement SchedulerSignalerModifier and TypeClassDescriptionclass
An interface to be used byJobStore
instances in order to communicate signals back to theQuartzScheduler
.Methods in org.quartz.core with parameters of type SchedulerSignalerModifier and TypeMethodDescriptionvoid
JobStore.initialize
(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStore
is used, in order to give the it a chance to initialize.void
RAMJobStore.initialize
(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStore
is used, in order to give the it a chance to initialize.