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(SchedulerContext schedulerContext)
Set the SchedulerContext of the current Quartz Scheduler.
|
void setSchedulerContext(SchedulerContext schedulerContext)
Scheduler.getContext()