Class ThreadLocalMap


  • public final class ThreadLocalMap
    extends java.lang.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

      Constructors 
      Constructor Description
      ThreadLocalMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object childValue​(java.lang.Object parentValue)  
      • Methods inherited from class java.lang.ThreadLocal

        get, initialValue, remove, set, withInitial
      • 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 java.lang.Object childValue​(java.lang.Object parentValue)
        Overrides:
        childValue in class java.lang.InheritableThreadLocal