Uses of Class
org.quartz.core.QuartzSchedulerResources

Packages that use QuartzSchedulerResources
org.quartz.core   
 

Uses of QuartzSchedulerResources in org.quartz.core
 

Constructors in org.quartz.core with parameters of type QuartzSchedulerResources
QuartzScheduler(QuartzSchedulerResources resources, SchedulingContext ctxt, long idleWaitTime, long dbRetryInterval)
           Create a QuartzScheduler with the given configuration properties.
 


Quartz Project Page