Uses of Package
org.springframework.scheduling.quartz
Package
Description
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
-
ClassDescriptionQuartz Job implementation that invokes a specified method.Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.Common base class for accessing a Quartz Scheduler, i.e.Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).