public class NamedInheritableThreadLocal<T>
extends java.lang.InheritableThreadLocal<T>
InheritableThreadLocal
subclass that exposes a specified name
as toString()
result (allowing for introspection).NamedThreadLocal
Constructor and Description |
---|
NamedInheritableThreadLocal(java.lang.String name)
Create a new NamedInheritableThreadLocal with the given name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |