org.mortbay.jetty.servlet
protected class HashSessionManager.Session extends AbstractSessionManager.Session
_accessed, _clusterId, _cookieSet, _created, _doInvalidate, _idChanged, _invalid, _lastAccessed, _maxIdleMs, _newSession, _nodeId, _requests, _values
Modifier | Constructor and Description |
---|---|
protected |
HashSessionManager.Session(HttpServletRequest request) |
protected |
HashSessionManager.Session(long created,
java.lang.String clusterId) |
Modifier and Type | Method and Description |
---|---|
void |
invalidate() |
protected java.util.Map |
newAttributeMap() |
void |
remove(java.lang.String id) |
void |
save(java.io.FileOutputStream fos) |
void |
setMaxInactiveInterval(int secs) |
access, bindValue, complete, cookieSet, didActivate, doInvalidate, getAttribute, getAttributeNames, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNodeId, getServletContext, getSession, getSessionContext, getValue, getValueNames, initValues, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, timeout, toString, unbindValue, willPassivate
protected HashSessionManager.Session(HttpServletRequest request)
protected HashSessionManager.Session(long created, java.lang.String clusterId)
public void setMaxInactiveInterval(int secs)
setMaxInactiveInterval
in interface HttpSession
setMaxInactiveInterval
in class AbstractSessionManager.Session
protected java.util.Map newAttributeMap()
newAttributeMap
in class AbstractSessionManager.Session
public void invalidate() throws java.lang.IllegalStateException
invalidate
in interface HttpSession
invalidate
in class AbstractSessionManager.Session
java.lang.IllegalStateException
public void remove(java.lang.String id)
public void save(java.io.FileOutputStream fos) throws java.io.IOException
java.io.IOException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.