org.springframework.integration.executor
Class ErrorHandlingTaskExecutor

java.lang.Object
  extended by org.springframework.integration.executor.ErrorHandlingTaskExecutor
All Implemented Interfaces:
org.springframework.core.task.TaskExecutor

public class ErrorHandlingTaskExecutor
extends java.lang.Object
implements org.springframework.core.task.TaskExecutor

Author:
Jonas Partner

Constructor Summary
ErrorHandlingTaskExecutor(ErrorHandler errorHandler, org.springframework.core.task.TaskExecutor taskExecutor)
           
 
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

ErrorHandlingTaskExecutor

public ErrorHandlingTaskExecutor(ErrorHandler errorHandler,
                                 org.springframework.core.task.TaskExecutor taskExecutor)
Parameters:
errorChannel -
Method Detail

execute

public void execute(java.lang.Runnable task)
Specified by:
execute in interface org.springframework.core.task.TaskExecutor