Class DelegatingThreadContextTaskExecutor

java.lang.Object
ubic.gemma.core.logging.log4j.DelegatingThreadContextTaskExecutor
All Implemented Interfaces:
Executor, org.springframework.core.task.TaskExecutor, DelegatingTaskExecutor
Direct Known Subclasses:
DelegatingThreadContextAsyncTaskExecutor

public class DelegatingThreadContextTaskExecutor extends Object implements DelegatingTaskExecutor
Author:
poirigui
  • Constructor Details

    • DelegatingThreadContextTaskExecutor

      public DelegatingThreadContextTaskExecutor(org.springframework.core.task.TaskExecutor delegate)
  • Method Details

    • getDelegate

      public org.springframework.core.task.TaskExecutor getDelegate()
      Specified by:
      getDelegate in interface DelegatingTaskExecutor
    • execute

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