Package ubic.gemma.core.logging.log4j
Class DelegatingThreadContextCallable<T>
- java.lang.Object
-
- ubic.gemma.core.logging.log4j.DelegatingThreadContextCallable<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
call()
static <T> Callable<T>
create(Callable<T> delegate)
-