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 TypeClassDescriptionclassAn interface to be used byJobStoreinstances in order to communicate signals back to theQuartzScheduler.Methods in org.quartz.core with parameters of type SchedulerSignalerModifier and TypeMethodDescriptionvoidJobStore.initialize(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStoreis used, in order to give the it a chance to initialize.voidRAMJobStore.initialize(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStoreis used, in order to give the it a chance to initialize.