Package ubic.gemma.core.logging.log4j
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 Summary
Constructors Constructor Description DelegatingThreadContextTaskExecutor(org.springframework.core.task.TaskExecutor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Runnable task)
org.springframework.core.task.TaskExecutor
getDelegate()
-
-
-
Method Detail
-
getDelegate
public org.springframework.core.task.TaskExecutor getDelegate()
- Specified by:
getDelegate
in interfaceDelegatingTaskExecutor
-
-