- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.quartz.Scheduler>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.ResourceLoaderAware, org.springframework.context.SmartLifecycle
- Enclosing class:
- SchedulerService
public static class SchedulerService.JahiaSchedulerFactoryBean
extends org.springframework.scheduling.quartz.SchedulerFactoryBean
Jahia Spring factory bean that creates, but does not start Quartz scheduler instance. So the instance remain in standby mode until
the scheduler is explicitly started.
- Author:
- Sergiy Shyrkov