|
||||||||||
| 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
public class SessionWatcher
Watch session creation and destruction and provide access to all active sessions in the system.
| Nested Class Summary | |
|---|---|
static class |
SessionWatcher.SessionStorage
Storage for sessions. |
| Constructor Summary | |
|---|---|
SessionWatcher()
|
|
| Method Summary | |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se)
Called when a session is created. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Called when a session is destroyed. |
| 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()
| Method Detail |
|---|
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated in interface javax.servlet.http.HttpSessionListenerse - the session eventpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerse - the session event that wraps the session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||