|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionStore
Store where Session objects are stored/retrieved.
| Method Summary | |
|---|---|
Collection<Session> |
findAllSessions()
Finds all sessions related to this store |
Session |
findById(String sessionId)
Searchs the Session for the specified ID |
void |
persist(Session session)
Persists the session in the current store |
void |
remove(Session session)
Removes the session in this store |
| Method Detail |
|---|
void persist(Session session)
session - void remove(Session session)
session - Session findById(String sessionId)
id -
Collection<Session> findAllSessions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||