| Package | Description |
|---|---|
| de.aristaflow.adept2.util.locking |
| Modifier and Type | Class and Description |
|---|---|
class |
OptimisticObjectLockManager<O,L>
A manager for (optimistically) locking objects with reentrant locks whereas
the locks are itself object specific.
|
class |
PessimisticObjectLockManager<O,L>
A manager for (pessimistically) locking objects with reentrant locks whereas
the locks are itself object specific.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectLockManager<O,java.lang.Thread> |
ObjectEqualityLockManager.olm
The object lock manager to which all calls will be forwarded.
|