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
- Author:
- poirigui
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingThreadContextTaskExecutor
(org.springframework.core.task.TaskExecutor delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.springframework.core.task.TaskExecutor
-
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 interfaceDelegatingTaskExecutor
-
execute
-