Uses of Interface
org.quartz.jobs.JobFactory
Packages that use JobFactory
-
Uses of JobFactory in org.quartz
Methods in org.quartz that return JobFactoryMethods in org.quartz with parameters of type JobFactory -
Uses of JobFactory in org.quartz.core
Methods in org.quartz.core with parameters of type JobFactoryModifier and TypeMethodDescriptionvoid
Scheduler.setJobFactory
(JobFactory factory) Set theJobFactory
that will be responsible for producing instances ofJob
classes. -
Uses of JobFactory in org.quartz.jobs
Classes in org.quartz.jobs that implement JobFactoryModifier and TypeClassDescriptionclass
The default JobFactory used by Quartz - simply callsnewInstance()
on the job class.