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 RemoteAtomicBoolean
Atomics. remoteAtomicBoolean(String sName)
ReturnRemoteAtomicBoolean
instance for the specified name.static RemoteAtomicBoolean
Atomics. remoteAtomicBoolean(String sName, boolean fInitialValue)
ReturnRemoteAtomicBoolean
instance for the specified name and initial value.
-