|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.jwebkit.SessionWatcher.SessionStorage
public static class SessionWatcher.SessionStorage
Storage for sessions.
| Constructor Summary | |
|---|---|
SessionWatcher.SessionStorage()
|
|
| Method Summary | |
|---|---|
void |
addSession(javax.servlet.http.HttpSession ses)
Store a session. |
static SessionWatcher.SessionStorage |
getInstance()
Get the singleton instance. |
javax.servlet.http.HttpSession |
getSession(java.lang.String id)
Get a specific session. |
java.util.Collection<javax.servlet.http.HttpSession> |
getSessions()
Get a collection of all available sessions. |
void |
removeSession(javax.servlet.http.HttpSession ses)
Remove a session. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionWatcher.SessionStorage()
| Method Detail |
|---|
public static SessionWatcher.SessionStorage getInstance()
public void addSession(javax.servlet.http.HttpSession ses)
public void removeSession(javax.servlet.http.HttpSession ses)
public java.util.Collection<javax.servlet.http.HttpSession> getSessions()
public javax.servlet.http.HttpSession getSession(java.lang.String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||