Interface | Description |
---|---|
ReadWriteProcessLock.Lock | |
ReadWriteThreadLock.Lock |
Class | Description |
---|---|
ReadWriteProcessLock |
A lock similar to
ReentrantReadWriteLock used to synchronize threads both within the same
JVM and across different JVMs, even when classes (including this class) are loaded multiple times
by different class loaders. |
ReadWriteThreadLock |
A lock similar to
ReentrantReadWriteLock used to synchronize threads within the same JVM,
even when classes (including this class) are loaded multiple times by different class loaders. |