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