Interface SessionManager
-
- All Known Implementing Classes:
SessionManagerImpl
public interface SessionManagerInterface of the manager for adaptation sessions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveStoredAdaptationSessions()Clears entire session poolAdaptationSessionstoreAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession.
-
-
-
Method Detail
-
removeStoredAdaptationSessions
void removeStoredAdaptationSessions()
Clears entire session pool
-
storeAdaptationSession
AdaptationSession storeAdaptationSession(AdaptationSession adaptationSession)
storeAdaptationSession.
- Parameters:
adaptationSession- aAdaptationSessionobject- Returns:
- a
AdaptationSessionobject
-
-