Uses of Package
de.aristaflow.adept2.util.locking
Packages that use de.aristaflow.adept2.util.locking
-
Classes in de.aristaflow.adept2.util.locking used by de.aristaflow.adept2.base.sessionmanagementClassDescriptionA
LockCountManagerprovides the means to manage reentrant locks based on objects by counting lock acquisitions.This interface notifies about the state ofReentrantLocks.Represents a reentrant read/write lock or exclusive lock based on objects instead of threads, for instance for locking based on objects. -
Classes in de.aristaflow.adept2.util.locking used by de.aristaflow.adept2.util.lockingClassDescriptionA
LockCountManagerprovides the means to manage reentrant locks based on objects by counting lock acquisitions.This interface notifies about the state ofReentrantLocks.A manager for locking objects with reentrant locks whereas the locks are itself object specific.Represents a reentrant read/write lock or exclusive lock based on objects instead of threads, for instance for locking based on objects.Represents a reentrant exclusive lock which allows only one object to hold the lock but it may hold it multiple times.