|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.jetty.servlet.AbstractSessionManager.Session
org.mortbay.jetty.servlet.HashSessionManager.Session
protected class HashSessionManager.Session
| Field Summary |
|---|
| Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session |
|---|
_accessed, _clusterId, _cookieSet, _created, _doInvalidate, _idChanged, _invalid, _lastAccessed, _maxIdleMs, _newSession, _nodeId, _requests, _values |
| Constructor Summary | |
|---|---|
protected |
HashSessionManager.Session(HttpServletRequest request)
|
| Method Summary | |
|---|---|
protected Map |
newAttributeMap()
|
void |
setMaxInactiveInterval(int secs)
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. |
| Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session |
|---|
access, bindValue, complete, cookieSet, didActivate, doInvalidate, getAttribute, getAttributeNames, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNodeId, getServletContext, getSession, getSessionContext, getValue, getValueNames, initValues, invalidate, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, timeout, toString, unbindValue, willPassivate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected HashSessionManager.Session(HttpServletRequest request)
| Method Detail |
|---|
public void setMaxInactiveInterval(int secs)
HttpSession
setMaxInactiveInterval in interface HttpSessionsetMaxInactiveInterval in class AbstractSessionManager.Sessionsecs - An integer specifying the number
of secondsprotected Map newAttributeMap()
newAttributeMap in class AbstractSessionManager.Session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||