See: Description
| Interface | Description |
|---|---|
| DelegableReentrantLock.DelegateDetector | |
| ICorrelator<CORRELATION,VALUE> | |
| IExecutorServiceProvider | |
| IRWLockManager<OBJECT,CONTEXT> |
Support Multiple reads/no write and upgrade lock from read to write.
|
| IRWOLockManager<OBJECT,CONTEXT> |
A
read/write lock manager that supports write option
locks. |
| ISynchronizer<RESULT> |
Synchronizes a producer and a consumer thread letting the producer pass a value to the consumer.
|
| IWorkSerializer | |
| MonitoredThread.ThreadMonitor | |
| RWLockManager.LockEntry<OBJECT,CONTEXT> | Deprecated
Use
RWOLockManager |
| RWLockManager.LockEntryHandler<OBJECT,CONTEXT> | Deprecated
Use
RWOLockManager |
| RWLockManager.LockStrategy<OBJECT,CONTEXT> | Deprecated
Use
RWOLockManager |
| Enum | Description |
|---|---|
| IRWLockManager.LockType |
| Exception | Description |
|---|---|
| TimeoutRuntimeException |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.