Package ubic.gemma.core.logging.log4j
Class DelegatingThreadContextExecutor
- java.lang.Object
-
- ubic.gemma.core.logging.log4j.DelegatingThreadContextExecutor
-
- All Implemented Interfaces:
Executor
,DelegatingExecutor
public class DelegatingThreadContextExecutor extends Object implements DelegatingExecutor
- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description DelegatingThreadContextExecutor(Executor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Runnable command)
Executor
getDelegate()
The executor this is delegating for.
-
-
-
Constructor Detail
-
DelegatingThreadContextExecutor
public DelegatingThreadContextExecutor(Executor delegate)
-
-
Method Detail
-
getDelegate
public Executor getDelegate()
Description copied from interface:DelegatingExecutor
The executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingExecutor
-
-