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 TypeMethodDescriptionvoidScheduler.setJobFactory(JobFactory factory) Set theJobFactorythat will be responsible for producing instances ofJobclasses. -
Uses of JobFactory in org.quartz.jobs
Classes in org.quartz.jobs that implement JobFactoryModifier and TypeClassDescriptionclassThe default JobFactory used by Quartz - simply callsnewInstance()on the job class.