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 LockOwnerRemoteLock. getOwner()Returns the identity of the process and thread that currently owns this lock, ornullif not owned.LockOwnerRemoteReadWriteLock. getOwner()Returns the thread that currently owns the write lock, ornullif not owned. 
 -