| Package | Description |
|---|---|
| org.quartz | |
| org.quartz.core | |
| org.quartz.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobFactory |
QuartzScheduler.getJobFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.setJobFactory(JobFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.setJobFactory(JobFactory factory)
Set the
JobFactory that will be responsible for producing
instances of Job classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJobFactory
The default JobFactory used by Quartz - simply calls
newInstance() on the job class. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.