| Name | Description | Type | Package | Framework |
| CronSequenceGenerator | Date sequence generator for aallowing clients to specify a pattern that the sequence matches. | Class | org.springframework.scheduling.support | Spring MVC |
| CronTrigger | Trigger implementation for cron expressions. | Class | org.springframework.scheduling.support | Spring MVC |
| DelegatingErrorHandlingRunnable | Runnable wrapper that catches any exception or error thrown from itsdelegate Runnable and allows an ErrorHandler to handle it. | Class | org.springframework.scheduling.support | Spring MVC |
| MethodInvokingRunnable | Adapter that implements the Runnable interface as a configurablemethod invocation based on Spring's MethodInvoker. | Class | org.springframework.scheduling.support | Spring MVC |
| PeriodicTrigger | A trigger for periodic task execution. | Class | org.springframework.scheduling.support | Spring MVC |
| ScheduledMethodRunnable | Variant of MethodInvokingRunnable meant to be used for processingof no-arg scheduled methods. | Class | org.springframework.scheduling.support | Spring MVC |
| SimpleTriggerContext | Simple data holder implementation of the TriggerContext interface. | Class | org.springframework.scheduling.support | Spring MVC |
| TaskUtils | Utility methods for decorating tasks with error handling. | Class | org.springframework.scheduling.support | Spring MVC |