Package | Description |
---|---|
org.springframework.scheduling.quartz |
Support classes for the open source scheduler
Quartz,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SchedulerFactoryBean.isRunning() |
void |
SchedulerFactoryBean.start() |
void |
SchedulerFactoryBean.stop() |
void |
SchedulerFactoryBean.stop(Runnable callback) |