当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
DelegatingExceptionProofRunnable (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.scheduling.support
Class DelegatingExceptionProofRunnable
java.lang.Object
org.springframework.scheduling.support.DelegatingExceptionProofRunnable
- All Implemented Interfaces:
- Runnable
public class DelegatingExceptionProofRunnable
- extends Object
- implements Runnable
Runnable wrapper that catches any exception or error thrown
from its delegate Runnable. Used for continuing scheduled
execution even after an exception thrown from a task's Runnable.
- Since:
- 2.0.5
- Author:
- Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingExceptionProofRunnable
public DelegatingExceptionProofRunnable(Runnable delegate)
- Create a new DelegatingExceptionProofRunnable.
- Parameters:
delegate
- the Runnable implementation to delegate to
getDelegate
public final Runnable getDelegate()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2002-2007 The Spring Framework.