Uses of Interface
org.quartz.core.SchedulerSignaler
-
Uses of SchedulerSignaler in org.quartz
-
Uses of SchedulerSignaler in org.quartz.core
Modifier and TypeClassDescriptionclass
An interface to be used byJobStore
instances in order to communicate signals back to theQuartzScheduler
.Modifier 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.