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

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

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

See Also:
Serialized Form

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 ClusteredSessionManager.ClusteredSession(HttpServletRequest request)
           
protected ClusteredSessionManager.ClusteredSession(Session session)
           
 
Method Summary
protected  String getClusterId()
           
 void invalidate()
           
protected  Map newAttributeMap()
           
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session
access, bindValue, complete, cookieSet, didActivate, doInvalidate, getAttribute, getAttributeNames, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNodeId, getServletContext, getSession, getSessionContext, getValue, getValueNames, initValues, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, setMaxInactiveInterval, timeout, toString, unbindValue, willPassivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusteredSessionManager.ClusteredSession

protected ClusteredSessionManager.ClusteredSession(HttpServletRequest request)

ClusteredSessionManager.ClusteredSession

protected ClusteredSessionManager.ClusteredSession(Session session)
Method Detail

newAttributeMap

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

getClusterId

protected String getClusterId()
Overrides:
getClusterId in class org.mortbay.jetty.servlet.AbstractSessionManager.Session

invalidate

public void invalidate()
                throws IllegalStateException
Specified by:
invalidate in interface HttpSession
Overrides:
invalidate in class org.mortbay.jetty.servlet.AbstractSessionManager.Session
Throws:
IllegalStateException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.