Uses of Class
org.quartz.exceptions.SchedulerConfigException
Packages that use SchedulerConfigException
-
Uses of SchedulerConfigException in org.quartz.core
Methods in org.quartz.core that throw SchedulerConfigExceptionModifier and TypeMethodDescriptionvoid
JobRunShellFactory.initialize
(Scheduler scheduler) Initialize the factory, providing a handle to theScheduler
that should be made available within theJobRunShell
and theJobExecutionContext
s within it.void
JobStore.initialize
(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStore
is used, in order to give the it a chance to initialize.void
SimpleThreadPool.initialize()
void
StandardJobRunShellFactory.initialize
(Scheduler scheduler) Initialize the factory, providing a handle to theScheduler
that should be made available within theJobRunShell
and theJobExecutionContext
s within it, and a handle to theSchedulingContext
that the shell will use in its own operations with theJobStore
.void
ThreadPool.initialize()
Must be called before theThreadPool
is used, in order to give the it a chance to initialize.