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
SSessionAlreadyExistsException
void removeSession(long sessionId) throws SSessionNotFoundException
SSessionNotFoundException
SPlatformSession getSession(long sessionId) throws SSessionNotFoundException
SSessionNotFoundException
void updateSession(SPlatformSession session) throws SSessionNotFoundException
SSessionNotFoundException