Class SMSessionCache
- java.lang.Object
-
- com.sun.identity.console.session.model.SMSessionCache
-
- All Implemented Interfaces:
Serializable
public class SMSessionCache extends Object implements Serializable
This class caches session information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SMSessionCache(Collection sessions, String searchErrorMsg, SMProfileModelImpl modelImpl)Constructs an instance ofSMSessionCache.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()Returns search error message.ListgetSessions()Returns a session information,SMSessionData.
-
-
-
Constructor Detail
-
SMSessionCache
public SMSessionCache(Collection sessions, String searchErrorMsg, SMProfileModelImpl modelImpl)
Constructs an instance ofSMSessionCache.- Parameters:
sessions- Collection of sessions.searchErrorMsg- Search Error Message.modelImpl- Session Profile Implementation class.
-
-