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 TypeMethodDescriptionvoidJobRunShellFactory.initialize(Scheduler scheduler) Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it.voidJobStore.initialize(SchedulerSignaler signaler) Called by the QuartzScheduler before theJobStoreis used, in order to give the it a chance to initialize.voidSimpleThreadPool.initialize()voidStandardJobRunShellFactory.initialize(Scheduler scheduler) Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it, and a handle to theSchedulingContextthat the shell will use in its own operations with theJobStore.voidThreadPool.initialize()Must be called before theThreadPoolis used, in order to give the it a chance to initialize.