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.| Constructor | Description |
|---|---|
ThreadLocalMap() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
childValue(java.lang.Object parentValue) |
Copyright 2000-2007 Apache Software Foundation.