Uses of Class
org.springframework.scheduling.quartz.QuartzJobBean
Packages that use QuartzJobBean 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.Uses of QuartzJobBean in org.springframework.scheduling.quartz
Subclasses of QuartzJobBean in org.springframework.scheduling.quartz Modifier and Type Class Description static class
MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Quartz Job implementation that invokes a specified method.static class
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
Extension of the MethodInvokingJob, implementing the StatefulJob interface.