public final class ThreadLocalMap extends InheritableThreadLocal
ThreadLocalMap extends InheritableThreadLocal
to bequeath a copy of the hashtable of the MDC of the parent
thread.| Constructor and Description |
|---|
ThreadLocalMap() |
| Modifier and Type | Method and Description |
|---|---|
Object |
childValue(Object parentValue) |
get, initialValue, remove, setpublic final Object childValue(Object parentValue)
childValue in class InheritableThreadLocalCopyright © 2012 JBoss by Red Hat. All Rights Reserved.