Package | Description |
---|---|
org.springframework.scheduling.support |
Generic support classes for scheduling.
|
org.springframework.scheduling.timer |
Scheduling convenience classes for the JDK Timer,
allowing to set up Timers and ScheduledTimerTasks
as beans in a Spring context.
|
Class and Description |
---|
DelegatingErrorHandlingRunnable
Runnable wrapper that catches any exception or error thrown from its
delegate Runnable and allows an
ErrorHandler to handle it. |
Class and Description |
---|
MethodInvokingRunnable
Adapter that implements the
Runnable interface as a configurable
method invocation based on Spring's MethodInvoker. |
Copyright © 2012. All Rights Reserved.