Class Summary |
CascadingClassLoadHelper |
A ClassLoadHelper uses all of the ClassLoadHelper
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 perfomance). |
InitThreadContextClassLoadHelper |
A ClassLoadHelper that uses either the context class loader of
the thread that initialized Quartz. |
RAMJobStore |
This class implements a JobStore that
utilizes RAM as its storage device. |
SimpleClassLoadHelper |
A ClassLoadHelper that simply calls
Class.forName(..) . |
SimpleThreadPool |
This is class is a simple implementation of a thread pool, based on the
ThreadPool interface. |
SimpleTimeBroker |
The interface to be implemented by classes that want to provide a
mechanism by which the QuartzScheduler
can reliably determine the current time. |
ThreadContextClassLoadHelper |
A ClassLoadHelper that uses either the current thread's
context class loader
(Thread.currentThread().getContextClassLoader().loadClass( .. |