org.apache.geronimo.jetty.cluster
Class ClusteredSessionManager.ClusteredSession

java.lang.Object
  extended by org.mortbay.jetty.servlet.AbstractSessionManager.Session
      extended by org.apache.geronimo.jetty.cluster.ClusteredSessionManager.ClusteredSession
All Implemented Interfaces:
HttpSession, org.mortbay.jetty.servlet.SessionManager.Session
Enclosing class:
ClusteredSessionManager

protected class ClusteredSessionManager.ClusteredSession
extends org.mortbay.jetty.servlet.AbstractSessionManager.Session


Constructor Summary
protected ClusteredSessionManager.ClusteredSession(HttpServletRequest request)
           
 
Method Summary
protected  Map newAttributeMap()
           
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session
access, getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredSessionManager.ClusteredSession

protected ClusteredSessionManager.ClusteredSession(HttpServletRequest request)
Method Detail

newAttributeMap

protected Map newAttributeMap()
Specified by:
newAttributeMap in class org.mortbay.jetty.servlet.AbstractSessionManager.Session


Copyright © 2006 Apache Software Foundation. All Rights Reserved.