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 class
SessionLock.ChildSessionIDLockCount
ALockCountManager
counting session tokens with an equality based on child session IDs.static class
SessionLock.DownwardSubtreeLockCount
ALockCountManager
considering session tokens and their subsessions (but not vice versa!)static class
SessionLock.SessionIdLockCount
ALockCountManager
counting session tokens with an equality based on their UUIDs (of the corresponding top-level session token).static class
SessionLock.UpwardSubtreeLockCount
ALockCountManager
considering session tokens and their subsessions (but not vice versa!)
-