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, set, withInitialCopyright © 2005–2014 QOS.ch. All rights reserved.