| Interface | Description |
|---|---|
| AdaptedSemaphoreNamedLock.AdaptedSemaphore |
Wrapper for semaphore-like stuff, that do not share common ancestor.
|
| Class | Description |
|---|---|
| AdaptedSemaphoreNamedLock |
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common
API).
|
| NamedLockFactorySupport |
Support class for
NamedLockFactory implementations providing reference counting. |
| NamedLockSupport |
Support class for
NamedLock implementations providing reference counting. |
| ReadWriteLockNamedLock |
Named lock support implementation that is using
ReadWriteLock instances. |
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.