Class NamedInheritableThreadLocal<T>
java.lang.Object
java.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal<T>
org.springframework.core.NamedInheritableThreadLocal<T>
- Type Parameters:
 T- the value type
InheritableThreadLocal subclass that exposes a specified name
 as toString() result (allowing for introspection).- Since:
 - 2.5.2
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new NamedInheritableThreadLocal with the given name. - 
Method Summary
Methods inherited from class java.lang.InheritableThreadLocal
childValueMethods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial 
- 
Constructor Details
- 
NamedInheritableThreadLocal
Create a new NamedInheritableThreadLocal with the given name.- Parameters:
 name- a descriptive name for this ThreadLocal
 
 - 
 - 
Method Details
- 
toString
 
 -