Uses of Class
org.jboss.msc.value.ThreadLocalValue
-
Packages that use ThreadLocalValue Package Description org.jboss.msc.value Classes which implement various indirect value types. -
-
Uses of ThreadLocalValue in org.jboss.msc.value
Fields in org.jboss.msc.value declared as ThreadLocalValue Modifier and Type Field Description private static ThreadLocalValue<java.lang.Object>
Values. INJECTED
private static ThreadLocalValue<java.lang.Object>
Values. THIS
Methods in org.jboss.msc.value that return ThreadLocalValue Modifier and Type Method Description static ThreadLocalValue<java.lang.Object>
Values. injectedValue()
The special value representing the value of an injection operation.static ThreadLocalValue<java.lang.Object>
Values. thisValue()
The special value representingthis
(the object being invoked upon).
-