Uses of Class
com.oracle.coherence.concurrent.locks.RemoteLock
-
Packages that use RemoteLock 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 RemoteLock in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return RemoteLock Modifier and Type Method Description static RemoteLock
Locks. remoteLock(String sName)
Return a singleton instance of a remoteRemoteLock
with a specified name.
-