|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulerContextAware
Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).
Currently only supported for custom JobFactory implementations that are passed in via Spring's SchedulerFactoryBean.
JobFactory
,
SchedulerFactoryBean.setJobFactory(org.quartz.spi.JobFactory)
Method Summary | |
---|---|
void |
setSchedulerContext(SchedulerContext schedulerContext)
Set the SchedulerContext of the current Quartz Scheduler. |
Method Detail |
---|
void setSchedulerContext(SchedulerContext schedulerContext)
Scheduler.getContext()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |