public interface

SchedulerContextAware

implements Aware
org.springframework.scheduling.quartz.SchedulerContextAware
Known Indirect Subclasses

Class Overview

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.

See Also

Summary

Public Methods
abstract void setSchedulerContext(SchedulerContext schedulerContext)
Set the SchedulerContext of the current Quartz Scheduler.

Public Methods

public abstract void setSchedulerContext (SchedulerContext schedulerContext)

Set the SchedulerContext of the current Quartz Scheduler.

See Also
  • org.quartz.Scheduler#getContext()