Class SessionManagerImpl
- java.lang.Object
-
- de.uni_trier.wi2.procake.adaptation.manager.Impl.SessionManagerImpl
-
- All Implemented Interfaces:
SessionManager
public class SessionManagerImpl extends Object implements SessionManager
Definition of a SessionManager. Refer to the corresponding InterfaceSessionManagerfor more information.
-
-
Constructor Summary
Constructors Constructor Description SessionManagerImpl(String pathToSessionsFile)Constructor for SessionManagerImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremoveStoredAdaptationSessions()Clears entire session poolAdaptationSessionstoreAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession.
-
-
-
Method Detail
-
removeStoredAdaptationSessions
public void removeStoredAdaptationSessions()
Clears entire session pool- Specified by:
removeStoredAdaptationSessionsin interfaceSessionManager
-
storeAdaptationSession
public AdaptationSession storeAdaptationSession(AdaptationSession adaptationSession)
storeAdaptationSession.
- Specified by:
storeAdaptationSessionin interfaceSessionManager- Parameters:
adaptationSession- aAdaptationSessionobject- Returns:
- a
AdaptationSessionobject
-
-