public class CopyOnInheritThreadLocal extends InheritableThreadLocal<HashMap<String,String>>
| Constructor and Description |
|---|
CopyOnInheritThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<String,String> |
childValue(HashMap<String,String> parentValue)
Child threads should get a copy of the parent's hashmap.
|
get, initialValue, remove, setCopyright © 2005–2017 QOS.ch. All rights reserved.