Uses of Class
org.quartz.listeners.SchedulerListenerSupport
Packages that use SchedulerListenerSupport
-
Uses of SchedulerListenerSupport in org.quartz.core
Subclasses of SchedulerListenerSupport in org.quartz.coreModifier 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.