| Package | Description |
|---|---|
| de.aristaflow.adept2.base.sessionmanagement | |
| de.aristaflow.adept2.util.locking |
| Class and Description |
|---|
| LockCountManager
A
LockCountManager provides the means to manage reentrant
locks based on objects by counting lock acquisitions. |
| LockNotification
This interface notifies about the state of
ReentrantLocks. |
| ReentrantLock
Represents a reentrant read/write lock or exclusive lock based on objects
instead of threads, for instance for locking based on objects.
|
| Class and Description |
|---|
| LockCountManager
A
LockCountManager provides the means to manage reentrant
locks based on objects by counting lock acquisitions. |
| LockNotification
This interface notifies about the state of
ReentrantLocks. |
| ObjectLockManager
A manager for locking objects with reentrant locks whereas the locks are
itself object specific.
|
| ReentrantLock
Represents a reentrant read/write lock or exclusive lock based on objects
instead of threads, for instance for locking based on objects.
|
| ReentrantLock.Lock
Represents a reentrant exclusive lock which allows only one object to hold
the lock but it may hold it multiple times.
|