Uses of Interface
org.quartz.listeners.SchedulerListener
Packages that use SchedulerListener
-
Uses of SchedulerListener in org.quartz
Methods in org.quartz that return types with arguments of type SchedulerListenerModifier and TypeMethodDescriptionQuartzScheduler.getInternalSchedulerListeners()Get a List containing all of the internals registered with theSchedulerListenerScheduler.Methods in org.quartz with parameters of type SchedulerListenerModifier and TypeMethodDescriptionvoidQuartzScheduler.addInternalSchedulerListener(SchedulerListener schedulerListener) Register the givenwith theSchedulerListenerScheduler's list of internal listeners.booleanQuartzScheduler.removeInternalSchedulerListener(SchedulerListener schedulerListener) Remove the givenfrom theSchedulerListenerScheduler's list of internal listeners. -
Uses of SchedulerListener in org.quartz.core
Classes in org.quartz.core that implement SchedulerListenerModifier and TypeClassDescriptionclassJobRunShell instances are responsible for providing the 'safe' environment forJobs to run in, and for performing all of the work of executing theJob, catching ANY thrown exceptions, updating theTriggerwith theJob's completion code, etc. -
Uses of SchedulerListener in org.quartz.listeners
Classes in org.quartz.listeners that implement SchedulerListenerModifier and TypeClassDescriptionclassA helpful abstract base class for implementors of.SchedulerListenerMethods in org.quartz.listeners that return types with arguments of type SchedulerListenerModifier and TypeMethodDescriptionListenerManager.getSchedulerListeners()Get a List containing all of thes registered with theSchedulerListenerScheduler.ListenerManagerImpl.getSchedulerListeners()