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, willPassivateprotected HashSessionManager.Session(HttpServletRequest request)
protected HashSessionManager.Session(long created,
java.lang.String clusterId)
public void setMaxInactiveInterval(int secs)
setMaxInactiveInterval in interface HttpSessionsetMaxInactiveInterval in class AbstractSessionManager.Sessionprotected java.util.Map newAttributeMap()
newAttributeMap in class AbstractSessionManager.Sessionpublic void invalidate()
throws java.lang.IllegalStateException
invalidate in interface HttpSessioninvalidate in class AbstractSessionManager.Sessionjava.lang.IllegalStateExceptionpublic void remove(java.lang.String id)
public void save(java.io.FileOutputStream fos)
throws java.io.IOException
java.io.IOExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.