|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.w3c.jigsaw.servlet.JigsawHttpSessionContext
| Constructor Summary | |
JigsawHttpSessionContext(httpd server,
ServletProps props)
Deprecated. |
|
| Method Summary | |
protected java.lang.String |
addSession(JigsawHttpSession session)
Deprecated. Add a session in this context. |
java.util.Enumeration |
getIds()
Deprecated. since jsdk2.1 |
javax.servlet.http.HttpSession |
getSession(java.lang.String sessionId)
Deprecated. since jsdk2.1 |
boolean |
propertyChanged(java.lang.String name)
Deprecated. PropertyMonitoring implementation. |
protected void |
removeOldestIdleSession()
Deprecated. |
protected void |
removeSession(java.lang.String id)
Deprecated. Remove a session of this session context. |
protected void |
sweepSession()
Deprecated. Remove sessions with idle time > max idle time |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JigsawHttpSessionContext(httpd server,
ServletProps props)
| Method Detail |
public boolean propertyChanged(java.lang.String name)
propertyChanged in interface PropertyMonitoringname - The name of the property that changed.
protected void sweepSession()
protected void removeOldestIdleSession()
public java.util.Enumeration getIds()
getIds in interface javax.servlet.http.HttpSessionContextpublic javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
getSession in interface javax.servlet.http.HttpSessionContextprotected java.lang.String addSession(JigsawHttpSession session)
session - - The JigsawHttpSession to add.
protected void removeSession(java.lang.String id)
id - - The session ID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||