| Package | Description |
|---|---|
| net.sf.javagimmicks.concurrent.locks |
Provides an extension to
java.util.concurrent.locks for creating
atomic Locks over multiple resources. |
| Class and Description |
|---|
| MultiLock
An extension of
Lock that allows atomic locking on any number of
resources (which can be identified by resource identifiers). |
| MultiLockProvider
This is the entry point to the
MultiLock API - it creates and manages
MultiReadWriteLock instances and the internal resource identifiers
used to handle for acquisition and release management. |
| MultiLockProviderFactory
Serves as central
Supplier for MultiLockProvider instances. |
| MultiReadWriteLock
An extension of
ReadWriteLock that allows atomic locking on any
number of resources (which can be identified by resource identifiers). |
Copyright © 2017. All rights reserved.