Uses of Package
com.oracle.coherence.concurrent.locks
Packages that use com.oracle.coherence.concurrent.locks
Package
Description
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
- 
Classes in com.oracle.coherence.concurrent.locks used by com.oracle.coherence.concurrent.locksClassDescriptionThe identity of a lock owner, represented by the UID of the member, and the ID of a thread holding or attempting to acquire the lock.A reentrant mutual exclusion distributed
Lockwith the same basic behavior and semantics as the implicit monitor lock accessed usingsynchronizedmethods and statements, and theReentrantLockclass, but with support for access synchronization across multiple cluster members.An implementation ofReadWriteLocksupporting similar semantics toReentrantReadWriteLock, but with support for access synchronization across multiple cluster members.