Uses of Class
org.quartz.core.QuartzSchedulerResources
-
Uses of QuartzSchedulerResources in org.quartz
ModifierConstructorDescriptionQuartzScheduler
(QuartzSchedulerResources quartzSchedulerResources) Create aQuartzScheduler
with the given configuration properties. -
Uses of QuartzSchedulerResources in org.quartz.core
ModifierConstructorDescriptionQuartzSchedulerThread
(QuartzScheduler qs, QuartzSchedulerResources qsRsrcs) Construct a newQuartzSchedulerThread
for the givenQuartzScheduler
as a non-daemonThread
with normal priority.