Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
-
Packages that use RemoteAtomicBoolean Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of RemoteAtomicBoolean in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return RemoteAtomicBoolean Modifier and Type Method Description static RemoteAtomicBooleanAtomics. remoteAtomicBoolean(String sName)ReturnRemoteAtomicBooleaninstance for the specified name.static RemoteAtomicBooleanAtomics. remoteAtomicBoolean(String sName, boolean fInitialValue)ReturnRemoteAtomicBooleaninstance for the specified name and initial value.
-