Package org.springframework.scheduling.support

Generic support classes for scheduling.

See:
          Description

Class Summary
CronSequenceGenerator Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronTrigger Trigger implementation for cron expressions.
DelegatingErrorHandlingRunnable Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
MethodInvokingRunnable Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker.
PeriodicTrigger A trigger for periodic task execution.
SimpleTriggerContext Simple data holder implementation of the TriggerContext interface.
TaskUtils Utility methods for decorating tasks with error handling.
 

Package org.springframework.scheduling.support Description

Generic support classes for scheduling. Provides a Runnable adapter for Spring's MethodInvoker.