Closeable, AutoCloseable, Context<T>, nl.talsmasoftware.context.Context<T>nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContextpublic abstract class AbstractThreadLocalContext<T> extends nl.talsmasoftware.context.threadlocal.AbstractThreadLocalContext<T> implements Context<T>
ThreadLocal instance for each concrete
subclass of this type. This threadlocal can be accessed by subclasses through the protected method:
AbstractThreadLocalContext.threadLocalInstanceOf(Class).AbstractThreadLocalContext| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractThreadLocalContext(T newValue) |
Deprecated.
Instantiates a new context with the specified value.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
Deprecated.
|
protected AbstractThreadLocalContext(T newValue)
newValue - The new value to become active in this new context
(or null to register a new context with 'no value').Copyright © 2016–2018 Talsma ICT. All rights reserved.