Package org.apache.log4j.helpers
Class ThreadLocalMap
- java.lang.Object
-
- java.lang.ThreadLocal<T>
-
- java.lang.InheritableThreadLocal
-
- org.apache.log4j.helpers.ThreadLocalMap
-
public final class ThreadLocalMap extends InheritableThreadLocal
ThreadLocalMap
extendsInheritableThreadLocal
to bequeath a copy of the hashtable of the MDC of the parent thread.- Since:
- 1.2
- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
childValue(Object parentValue)
-
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial
-
-
-
-
Method Detail
-
childValue
public final Object childValue(Object parentValue)
- Overrides:
childValue
in classInheritableThreadLocal
-
-