The Spring Framework

Uses of Interface
org.springframework.scheduling.quartz.SchedulerContextAware

Packages that use SchedulerContextAware
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
 class SpringBeanJobFactory
          Subclass of AdaptableJobFactory that also supports Spring-style dependency injection on bean properties.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.