Uses of Class
org.springframework.scheduling.quartz.SchedulerAccessor
Packages that use SchedulerAccessor
Package
Description
Support classes for the open source scheduler
 Quartz,
 allowing to set up Quartz Schedulers, JobDetails and
 Triggers as beans in a Spring context.
- 
Uses of SchedulerAccessor in org.springframework.scheduling.quartzSubclasses of SchedulerAccessor in org.springframework.scheduling.quartzModifier and TypeClassDescriptionclassSpring bean-style class for accessing a Quartz Scheduler, i.e.classFactoryBeanthat creates and configures a QuartzScheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.