Uses of Class
de.aristaflow.adept2.base.sessionmanagement.SessionLock.AbstractLockCount
-
Packages that use SessionLock.AbstractLockCount Package Description de.aristaflow.adept2.base.sessionmanagement -
-
Uses of SessionLock.AbstractLockCount in de.aristaflow.adept2.base.sessionmanagement
Subclasses of SessionLock.AbstractLockCount in de.aristaflow.adept2.base.sessionmanagement Modifier and Type Class Description static classSessionLock.ChildSessionIDLockCountALockCountManagercounting session tokens with an equality based on child session IDs.static classSessionLock.DownwardSubtreeLockCountALockCountManagerconsidering session tokens and their subsessions (but not vice versa!) as equal.static classSessionLock.SessionIdLockCountALockCountManagercounting session tokens with an equality based on their UUIDs (of the corresponding top-level session token).static classSessionLock.UpwardSubtreeLockCountALockCountManagerconsidering session tokens and their subsessions (but not vice versa!) as equal.
-