Class SessionLock.SessionIdLockCount
java.lang.Object
de.aristaflow.adept2.base.sessionmanagement.SessionLock.AbstractLockCount
de.aristaflow.adept2.base.sessionmanagement.SessionLock.SessionIdLockCount
- All Implemented Interfaces:
LockCountManager<SessionToken>
- Enclosing class:
- SessionLock
A
LockCountManager counting session tokens with an equality based on their UUIDs
(of the corresponding top-level session token). This means, subsessions are equal to parent
sessions (and vice versa).-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLockCountManagerfor session tokens, which considers parent and child sessions as equal. -
Method Summary
Methods inherited from class de.aristaflow.adept2.base.sessionmanagement.SessionLock.AbstractLockCount
decreaseAndGetLockCount, getLockOwner, hasLock, hasLocks, increaseAndGetLockCount
-
Constructor Details
-
SessionIdLockCount
public SessionIdLockCount()Creates a newLockCountManagerfor session tokens, which considers parent and child sessions as equal.
-