public final class PlatformSessionProviderImpl extends java.lang.Object implements PlatformSessionProvider
| Constructor and Description |
|---|
PlatformSessionProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(SPlatformSession session) |
SPlatformSession |
getSession(long sessionId) |
void |
removeSession(long sessionId) |
void |
updateSession(SPlatformSession session) |
public void addSession(SPlatformSession session) throws SSessionAlreadyExistsException
addSession in interface PlatformSessionProviderSSessionAlreadyExistsExceptionpublic void removeSession(long sessionId)
throws SSessionNotFoundException
removeSession in interface PlatformSessionProviderSSessionNotFoundExceptionpublic SPlatformSession getSession(long sessionId) throws SSessionNotFoundException
getSession in interface PlatformSessionProviderSSessionNotFoundExceptionpublic void updateSession(SPlatformSession session) throws SSessionNotFoundException
updateSession in interface PlatformSessionProviderSSessionNotFoundException