Uses of Class
com.oracle.coherence.concurrent.locks.LockOwner
-
Packages that use LockOwner 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 LockOwner in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks that return LockOwner Modifier and Type Method Description LockOwner
RemoteLock. getOwner()
Returns the identity of the process and thread that currently owns this lock, ornull
if not owned.LockOwner
RemoteReadWriteLock. getOwner()
Returns the thread that currently owns the write lock, ornull
if not owned.
-