Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicBoolean
Packages that use RemoteAtomicBoolean
Package
Description
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 RemoteAtomicBooleanModifier and TypeMethodDescriptionstatic 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.