|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.commons.VolatileReference<V>
V - type of the wrapped variablepublic final class VolatileReference<V>
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 | |
|---|---|
V |
value
|
| Constructor Summary | |
|---|---|
VolatileReference(V value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public volatile V value
| Constructor Detail |
|---|
public VolatileReference(V value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||