public class ThreadLocation.InheritingLocation<T> extends java.lang.InheritableThreadLocal<NamedLocation<T>>
| Constructor and Description |
|---|
InheritingLocation() |
| Modifier and Type | Method and Description |
|---|---|
protected SharedLocation |
childValue(NamedLocation<T> parentValue) |
protected SharedLocation childValue(NamedLocation<T> parentValue)
childValue in class java.lang.InheritableThreadLocal<NamedLocation<T>>