org.mortbay.jetty.servlet
Class HashSessionManager.Session

java.lang.Object
  extended by org.mortbay.jetty.servlet.AbstractSessionManager.Session
      extended by org.mortbay.jetty.servlet.HashSessionManager.Session
All Implemented Interfaces:
Serializable, HttpSession
Enclosing class:
HashSessionManager

protected class HashSessionManager.Session
extends AbstractSessionManager.Session

See Also:
Serialized Form

Constructor Summary
protected HashSessionManager.Session(HttpServletRequest request)
           
 
Method Summary
protected  Map newAttributeMap()
           
 void setMaxInactiveInterval(int secs)
           
 
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, 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

HashSessionManager.Session

protected HashSessionManager.Session(HttpServletRequest request)
Method Detail

setMaxInactiveInterval

public void setMaxInactiveInterval(int secs)
Specified by:
setMaxInactiveInterval in interface HttpSession
Overrides:
setMaxInactiveInterval in class AbstractSessionManager.Session

newAttributeMap

protected Map newAttributeMap()
Specified by:
newAttributeMap in class AbstractSessionManager.Session