Class PlatformSessionProviderImpl
java.lang.Object
org.bonitasoft.engine.platform.session.impl.PlatformSessionProviderImpl
- All Implemented Interfaces:
PlatformSessionProvider
@Component
@ConditionalOnSingleCandidate(PlatformSessionProvider.class)
public final class PlatformSessionProviderImpl
extends Object
implements PlatformSessionProvider
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSession(SPlatformSession session) getSession(long sessionId) voidremoveSession(long sessionId) voidupdateSession(SPlatformSession session)
-
Constructor Details
-
PlatformSessionProviderImpl
public PlatformSessionProviderImpl()
-
-
Method Details
-
addSession
- Specified by:
addSessionin interfacePlatformSessionProvider- Throws:
SSessionAlreadyExistsException
-
removeSession
- Specified by:
removeSessionin interfacePlatformSessionProvider- Throws:
SSessionNotFoundException
-
getSession
- Specified by:
getSessionin interfacePlatformSessionProvider- Throws:
SSessionNotFoundException
-
updateSession
- Specified by:
updateSessionin interfacePlatformSessionProvider- Throws:
SSessionNotFoundException
-