| AdaptedSemaphoreNamedLock |
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common
API).
|
| CompositeNamedLock |
Implementation of composite lock when "composition" is needed for locks that are naturally mapped as 1:1 name
vs some backing implementation.
|
| FileLockNamedLock |
Named lock that uses FileLock.
|
| 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.
|
| Retry |
Retry helper: retries given Callable as long as it returns null (interpreted
as "no answer yet") or given time passes.
|