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