java.lang.Object | |||
↳ | java.lang.ThreadLocal<T> | ||
↳ | java.lang.InheritableThreadLocal<T> | ||
↳ | org.springframework.core.NamedInheritableThreadLocal<T> |
InheritableThreadLocal subclass that exposes a specified name
as toString()
result (allowing for introspection).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new NamedInheritableThreadLocal with the given name.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]() | |||||||||||||||||||
![]() |
Create a new NamedInheritableThreadLocal with the given name.
name | a descriptive name for this ThreadLocal |
---|