|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchedulerConfigException | |
org.quartz.core | |
org.quartz.ee.jta | |
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl | |
org.quartz.spi |
Uses of SchedulerConfigException in org.quartz.core |
Methods in org.quartz.core that throw SchedulerConfigException | |
void |
JobRunShellFactory.initialize(Scheduler scheduler,
SchedulingContext schedCtxt)
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.ee.jta |
Methods in org.quartz.ee.jta that throw SchedulerConfigException | |
void |
JTAJobRunShellFactory.initialize(Scheduler scheduler,
SchedulingContext schedCtxt)
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 . |
Constructors in org.quartz.ee.jta that throw SchedulerConfigException | |
UserTransactionHelper(java.lang.String userTxURL)
Create a UserTransactionHelper instance with the given settings. |
Uses of SchedulerConfigException in org.quartz.impl.jdbcjobstore |
Methods in org.quartz.impl.jdbcjobstore that throw SchedulerConfigException | |
void |
JobStoreSupport.initialize(ClassLoadHelper loadHelper,
SchedulerSignaler signaler)
Called by the QuartzScheduler before the JobStore is
used, in order to give the it a chance to initialize. |
void |
JobStoreCMT.initialize(ClassLoadHelper loadHelper,
SchedulerSignaler signaler)
|
void |
JobStoreTX.initialize(ClassLoadHelper loadHelper,
SchedulerSignaler signaler)
|
Uses of SchedulerConfigException in org.quartz.simpl |
Methods in org.quartz.simpl that throw SchedulerConfigException | |
void |
SimpleThreadPool.initialize()
|
void |
SimpleTimeBroker.initialize()
|
Uses of SchedulerConfigException in org.quartz.spi |
Methods in org.quartz.spi that throw SchedulerConfigException | |
void |
TimeBroker.initialize()
Called by the QuartzScheduler before the TimeBroker is
used, in order to give the it a chance to initialize. |
void |
JobStore.initialize(ClassLoadHelper loadHelper,
SchedulerSignaler signaler)
Called by the QuartzScheduler before the JobStore is
used, in order to give the it a chance to initialize. |
void |
ThreadPool.initialize()
Called by the QuartzScheduler before the ThreadPool is
used, in order to give the it a chance to initialize. |
|
Quartz Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |