Uses of Class
de.aristaflow.adept2.util.locking.ObjectLockManager
Packages that use ObjectLockManager
-
Uses of ObjectLockManager in de.aristaflow.adept2.util.locking
Subclasses of ObjectLockManager in de.aristaflow.adept2.util.lockingModifier and TypeClassDescriptionclassA manager for (optimistically) locking objects with reentrant locks whereas the locks are itself object specific.classA manager for (pessimistically) locking objects with reentrant locks whereas the locks are itself object specific.Fields in de.aristaflow.adept2.util.locking declared as ObjectLockManagerModifier and TypeFieldDescriptionprotected final ObjectLockManager<O,Thread> ObjectEqualityLockManager.olmThe object lock manager to which all calls will be forwarded.