| Package | Description |
|---|---|
| org.quartz.core |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPool.initialize()
Must be called before the
ThreadPool 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 |
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. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.