Uses of Interface
org.quartz.classloading.ClassLoadHelper
-
Uses of ClassLoadHelper in org.quartz.classloading
Modifier and TypeClassDescriptionclass
AClassLoadHelper
uses all of theClassLoadHelper
types that are found in this package in its attempts to load a class, when one scheme is found to work, it is promoted to the scheme that will be used first the next time a class is loaded (in order to improve performance). -
Uses of ClassLoadHelper in org.quartz.plugins.xml
ModifierConstructorDescriptionXMLSchedulingDataProcessor
(ClassLoadHelper classLoadHelper) Constructor for JobSchedulingDataLoader.