Interface PlatformSessionProvider
- All Known Implementing Classes:
PlatformSessionProviderImpl
public interface PlatformSessionProvider
- Author:
- Baptiste Mesta
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSession(SPlatformSession session) getSession(long sessionId) voidremoveSession(long sessionId) voidupdateSession(SPlatformSession session)
-
Method Details
-
addSession
- Throws:
SSessionAlreadyExistsException
-
removeSession
- Throws:
SSessionNotFoundException
-
getSession
- Throws:
SSessionNotFoundException
-
updateSession
- Throws:
SSessionNotFoundException
-