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 aQuartzScheduler
with 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 newQuartzSchedulerThread
for the givenQuartzScheduler
as a non-daemonThread
with normal priority.