|
Log4j 1.2.8 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ThreadLocal
java.lang.InheritableThreadLocal
org.apache.log4j.helpers.ThreadLocalMap
ThreadLocalMap
extends InheritableThreadLocal
to bequeath a copy of the hashtable of the MDC of the parent
thread.
Constructor Summary | |
ThreadLocalMap()
|
Method Summary | |
java.lang.Object |
childValue(java.lang.Object parentValue)
|
Methods inherited from class java.lang.ThreadLocal |
get, initialValue, set |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadLocalMap()
Method Detail |
public final java.lang.Object childValue(java.lang.Object parentValue)
|
Log4j 1.2.8 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |