|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - The Type for the Key.public interface SessionContext<K>
The Interface SessionContext.
| Method Summary | |
|---|---|
void |
addSession(Session session)
Adds the session to the context. |
Session |
getSession(K id)
Gets the session from the given id. |
void |
removeSession(K id)
Removes the session from the context. |
| Method Detail |
|---|
void addSession(Session session)
session - the sessionSession getSession(K id)
id - the id
void removeSession(K id)
id - the id from the session to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||