Generated by
JDiff

Package org.springframework.scheduling.quartz

Changed Classes
JobDetailFactoryBean A Spring FactoryBean for creating a Quartz org.quartz.JobDetail instance, supporting bean-style usage for JobDetail configuration.
MethodInvokingJobDetailFactoryBean org.springframework.beans.factory.FactoryBean that exposes a org.quartz.JobDetail object which delegates job execution to a specified (static or non-static) method.
SchedulerFactoryBean FactoryBean that creates and configures a Quartz org.quartz.Scheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.