T
- the value typeServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release.@Deprecated public final class ThreadLocalValue<T> extends Object implements Value<T>
Constructor and Description |
---|
ThreadLocalValue()
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Value<? extends T> |
getAndSetValue(Value<? extends T> newValue)
Deprecated.
Get and set the value.
|
T |
getValue()
Deprecated.
Get the actual dependency value.
|
void |
setValue(Value<? extends T> newValue)
Deprecated.
Set this value, replacing any current value.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.