Uses of Interface
org.quartz.jobs.JobFactory
-
Uses of JobFactory in org.quartz
-
Uses of JobFactory in org.quartz.core
Modifier and TypeMethodDescriptionvoid
Scheduler.setJobFactory
(JobFactory factory) Set theJobFactory
that will be responsible for producing instances ofJob
classes. -
Uses of JobFactory in org.quartz.jobs
Modifier and TypeClassDescriptionclass
The default JobFactory used by Quartz - simply callsnewInstance()
on the job class.