Uses of Interface
org.springframework.scheduling.quartz.SchedulerContextAware
Packages that use SchedulerContextAware Package Description org.springframework.scheduling.quartz 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 SchedulerContextAware in org.springframework.scheduling.quartz
Classes in org.springframework.scheduling.quartz that implement SchedulerContextAware Modifier and Type Class Description class
SpringBeanJobFactory
Subclass ofAdaptableJobFactory
that also supports Spring-style dependency injection on bean properties.