public interface SessionStore
Session objects are stored/retrieved.| Modifier and Type | Method and Description |
|---|---|
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
|
void persist(Session session)
session - void remove(Session session)
session - Session findById(String sessionId)
id - Collection<Session> findAllSessions()
Copyright © 2013 Seam Framework. All Rights Reserved.