public interface PlatformSessionProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(SPlatformSession session) |
SPlatformSession |
getSession(long sessionId) |
void |
removeSession(long sessionId) |
void |
updateSession(SPlatformSession session) |
void addSession(SPlatformSession session) throws SSessionAlreadyExistsException
SSessionAlreadyExistsExceptionvoid removeSession(long sessionId)
throws SSessionNotFoundException
SSessionNotFoundExceptionSPlatformSession getSession(long sessionId) throws SSessionNotFoundException
SSessionNotFoundExceptionvoid updateSession(SPlatformSession session) throws SSessionNotFoundException
SSessionNotFoundException