| 
 | Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.util.ErrorHandlingTaskExecutor
public class ErrorHandlingTaskExecutor
A TaskExecutor implementation that wraps an existing Executor
 instance in order to catch any exceptions. If an exception is thrown, it
 will be handled by the provided ErrorHandler.
| Constructor Summary | |
|---|---|
| ErrorHandlingTaskExecutor(java.util.concurrent.Executor executor,
                          org.springframework.util.ErrorHandler errorHandler) | |
| Method Summary | |
|---|---|
|  void | execute(java.lang.Runnable task) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ErrorHandlingTaskExecutor(java.util.concurrent.Executor executor,
                                 org.springframework.util.ErrorHandler errorHandler)
| Method Detail | 
|---|
public void execute(java.lang.Runnable task)
execute in interface java.util.concurrent.Executorexecute in interface org.springframework.core.task.TaskExecutor| 
 | Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||