|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionMappingStorage
Stores the mapping between sessions and keys to be retrieved later.
| Method Summary | |
|---|---|
void |
addSessionById(java.lang.String mappingId,
javax.servlet.http.HttpSession session)
Add a session by its mapping Id. |
void |
removeBySessionById(java.lang.String sessionId)
Remove a session by its Id. |
javax.servlet.http.HttpSession |
removeSessionByMappingId(java.lang.String mappingId)
Remove the HttpSession based on the mappingId. |
| Method Detail |
|---|
javax.servlet.http.HttpSession removeSessionByMappingId(java.lang.String mappingId)
mappingId - the id the session is keyed under.
void removeBySessionById(java.lang.String sessionId)
sessionId - the id of the session.
void addSessionById(java.lang.String mappingId,
javax.servlet.http.HttpSession session)
mappingId - the id to map the session to.session - the HttpSession.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||