Log4j 1.2.12

org.apache.log4j.helpers
Class ThreadLocalMap

java.lang.Object
  extended byjava.lang.ThreadLocal
      extended byjava.lang.InheritableThreadLocal
          extended byorg.apache.log4j.helpers.ThreadLocalMap

public final class ThreadLocalMap
extends InheritableThreadLocal

ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.

Since:
1.2
Author:
Ceki Gülcü

Constructor Summary
ThreadLocalMap()
           
 
Method Summary
 Object childValue(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

ThreadLocalMap

public ThreadLocalMap()
Method Detail

childValue

public final Object childValue(Object parentValue)

Log4j 1.2.12

Copyright 2000-2005 Apache Software Foundation.