| Package | Description |
|---|---|
| net.sf.javagimmicks.concurrent.locks |
Provides an extension to
java.util.concurrent.locks for creating
atomic Locks over multiple resources. |
| Modifier and Type | Method and Description |
|---|---|
MultiLock<K> |
MultiReadWriteLock.readLock()
Returns a read-only
MultiLock that is associated with the resource
identifiers with which this instance is associated. |
MultiLock<K> |
MultiReadWriteLock.writeLock()
Returns a write-access
MultiLock that is associated with the
resource identifiers with which this instance is associated. |
Copyright © 2017. All rights reserved.