Uses of Class
org.quartz.SchedulerConfigException

Packages that use SchedulerConfigException
org.quartz.core Contains the core classes and interfaces for the Quartz job scheduler. 
org.quartz.ee.jta   
org.quartz.impl.jdbcjobstore   
org.quartz.simpl Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. 
 

Uses of SchedulerConfigException in org.quartz.core
 

Methods in org.quartz.core that throw SchedulerConfigException
 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.
 

Uses of SchedulerConfigException in org.quartz.ee.jta
 

Methods in org.quartz.ee.jta that throw SchedulerConfigException
 void JTAJobRunShellFactory.initialize(Scheduler sched)
           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 JTAAnnotationAwareJobRunShellFactory.initialize(Scheduler sched)
           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.
 

Uses of SchedulerConfigException in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore that throw SchedulerConfigException
 void JobStoreCMT.initialize(org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler)
           
 void JobStoreSupport.initialize(org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.spi.SchedulerSignaler signaler)
           Called by the QuartzScheduler before the JobStore is used, in order to give it a chance to initialize.
 void JobStoreTX.initialize(org.quartz.spi.ClassLoadHelper classLoadHelper, org.quartz.spi.SchedulerSignaler schedSignaler)
           
 

Uses of SchedulerConfigException in org.quartz.simpl
 

Methods in org.quartz.simpl that throw SchedulerConfigException
 void ZeroSizeThreadPool.initialize()
           
 void SimpleTimeBroker.initialize()
           
 void SimpleThreadPool.initialize()
           
 



Copyright 2001-2013, Terracotta, Inc.