Uses of Class
org.quartz.exceptions.SchedulerConfigException

Packages that use SchedulerConfigException
Package
Description
 
  • Uses of SchedulerConfigException in org.quartz.core

    Modifier and Type
    Method
    Description
    void
    JobRunShellFactory.initialize(Scheduler scheduler)
    Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it.
    void
    JobStore.initialize(SchedulerSignaler signaler)
    Called by the QuartzScheduler before the JobStore 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 the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
    void
    ThreadPool.initialize()
    Must be called before the ThreadPool is used, in order to give the it a chance to initialize.