public interface SchedulerContextAware extends Aware
Currently only supported for custom JobFactory implementations that are passed in via Spring's SchedulerFactoryBean.
JobFactory
,
SchedulerFactoryBean.setJobFactory(org.quartz.spi.JobFactory)
Modifier and Type | Method and Description |
---|---|
void |
setSchedulerContext(org.quartz.SchedulerContext schedulerContext)
Set the SchedulerContext of the current Quartz Scheduler.
|
Copyright © 2012. All Rights Reserved.