Uses of Class
com.oracle.coherence.concurrent.locks.RemoteReadWriteLock
-
Packages that use RemoteReadWriteLock Package Description com.oracle.coherence.concurrent.locks Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors. -
-
Uses of RemoteReadWriteLock in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return RemoteReadWriteLock Modifier and Type Method Description static RemoteReadWriteLock
Locks. remoteReadWriteLock(String sName)
Return a singleton instance of a remoteRemoteReadWriteLock
with a specified name.Constructors in com.oracle.coherence.concurrent.locks with parameters of type RemoteReadWriteLock Constructor Description ReadLock(RemoteReadWriteLock lock)
Constructor for use by subclasses.WriteLock(RemoteReadWriteLock lock)
Constructor for use by subclasses.
-