java.lang.Object
com.sun.xml.ws.commons.VolatileReference<V>
- Type Parameters:
V- type of the wrapped variable
This class is useful in case you need to pass a reference to a variable that
might have not been initialized yet. The referenced variable is volatile to
ensure that any change of the reference will get synchronized among threads.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
VolatileReference
-