|
|||||||||
| Home >> All >> org >> quartz >> [ simpl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.quartz.simpl
| 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. |
| JobWrapper | |
| RAMJobStore |
This class implements a org.quartz.spi.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
org.quartz.spi.ThreadPool interface. |
| SimpleTimeBroker |
The interface to be implemented by classes that want to provide a mechanism
by which the org.quartz.core.QuartzScheduler can
reliably determine the current time. |
| ThreadContextClassLoadHelper | A ClassLoadHelper that uses either the current thread's
context class loader (Thread.currentThread().getContextClassLoader().loadClass( .. |
| TriggerComparator | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Helper Classes. |
| TriggerWrapper | |
|
|||||||||
| Home >> All >> org >> quartz >> [ simpl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||