Uses of Class
org.quartz.core.QuartzSchedulerResources
Packages that use QuartzSchedulerResources
-
Uses of QuartzSchedulerResources in org.quartz
Constructors in org.quartz with parameters of type QuartzSchedulerResourcesModifierConstructorDescriptionQuartzScheduler(QuartzSchedulerResources quartzSchedulerResources) Create aQuartzSchedulerwith the given configuration properties. -
Uses of QuartzSchedulerResources in org.quartz.core
Constructors in org.quartz.core with parameters of type QuartzSchedulerResourcesModifierConstructorDescriptionQuartzSchedulerThread(QuartzScheduler qs, QuartzSchedulerResources qsRsrcs) Construct a newQuartzSchedulerThreadfor the givenQuartzScheduleras a non-daemonThreadwith normal priority.