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 SummaryConstructorsConstructorDescriptionCreate a new NamedInheritableThreadLocal with the given name.
- 
Method SummaryMethods inherited from class java.lang.InheritableThreadLocalchildValueMethods inherited from class java.lang.ThreadLocalget, initialValue, remove, set, withInitial
- 
Constructor Details- 
NamedInheritableThreadLocalCreate a new NamedInheritableThreadLocal with the given name.- Parameters:
- name- a descriptive name for this ThreadLocal
 
 
- 
- 
Method Details- 
toString
 
-