Class SessionManagerImpl
java.lang.Object
de.uni_trier.wi2.procake.adaptation.manager.Impl.SessionManagerImpl
- All Implemented Interfaces:
SessionManager
Definition of a SessionManager. Refer to the corresponding Interface
SessionManager
for more information.-
Constructor Summary
ConstructorDescriptionSessionManagerImpl
(String pathToSessionsFile) Constructor for SessionManagerImpl. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears entire session poolstoreAdaptationSession
(AdaptationSession adaptationSession) storeAdaptationSession.
-
Constructor Details
-
SessionManagerImpl
Constructor for SessionManagerImpl.
- Parameters:
pathToSessionsFile
- aString
object
-
-
Method Details
-
removeStoredAdaptationSessions
public void removeStoredAdaptationSessions()Clears entire session pool- Specified by:
removeStoredAdaptationSessions
in interfaceSessionManager
-
storeAdaptationSession
storeAdaptationSession.
- Specified by:
storeAdaptationSession
in interfaceSessionManager
- Parameters:
adaptationSession
- aAdaptationSession
object- Returns:
- a
AdaptationSession
object
-