public final class PlatformSessionProviderImpl extends Object implements org.bonitasoft.engine.platform.session.PlatformSessionProvider
| Constructor and Description |
|---|
PlatformSessionProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(org.bonitasoft.engine.platform.session.model.SPlatformSession session) |
org.bonitasoft.engine.platform.session.model.SPlatformSession |
getSession(long sessionId) |
void |
removeSession(long sessionId) |
void |
updateSession(org.bonitasoft.engine.platform.session.model.SPlatformSession session) |
public void addSession(org.bonitasoft.engine.platform.session.model.SPlatformSession session) throws org.bonitasoft.engine.platform.session.SSessionAlreadyExistsException
addSession in interface org.bonitasoft.engine.platform.session.PlatformSessionProviderorg.bonitasoft.engine.platform.session.SSessionAlreadyExistsExceptionpublic void removeSession(long sessionId)
throws org.bonitasoft.engine.platform.session.SSessionNotFoundException
removeSession in interface org.bonitasoft.engine.platform.session.PlatformSessionProviderorg.bonitasoft.engine.platform.session.SSessionNotFoundExceptionpublic org.bonitasoft.engine.platform.session.model.SPlatformSession getSession(long sessionId) throws org.bonitasoft.engine.platform.session.SSessionNotFoundException
getSession in interface org.bonitasoft.engine.platform.session.PlatformSessionProviderorg.bonitasoft.engine.platform.session.SSessionNotFoundExceptionpublic void updateSession(org.bonitasoft.engine.platform.session.model.SPlatformSession session) throws org.bonitasoft.engine.platform.session.SSessionNotFoundException
updateSession in interface org.bonitasoft.engine.platform.session.PlatformSessionProviderorg.bonitasoft.engine.platform.session.SSessionNotFoundExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.