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