org.apache.geronimo.jetty.cluster
Class ClusteredSessionManager

java.lang.Object
  extended by org.mortbay.jetty.servlet.AbstractSessionManager
      extended by org.apache.geronimo.jetty.cluster.ClusteredSessionManager
All Implemented Interfaces:
Serializable, org.mortbay.jetty.servlet.SessionManager, org.mortbay.util.LifeCycle

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

See Also:
Serialized Form

Nested Class Summary
protected  class ClusteredSessionManager.ClusteredSession
           
 
Nested classes/interfaces inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
org.mortbay.jetty.servlet.AbstractSessionManager.Session
 
Field Summary
 
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
__allSessions, __distantFuture, _crossContextSessionIDs, _handler, _httpOnly, _invalidateGlobal, _maxSessions, _minSessions, _random, _secureCookies, _sessionAttributeListeners, _sessionListeners, _sessions
 
Fields inherited from interface org.mortbay.jetty.servlet.SessionManager
__MaxAge, __SessionCookie, __SessionDomain, __SessionPath, __SessionURL, __SessionUrlPrefix
 
Constructor Summary
ClusteredSessionManager(org.apache.geronimo.clustering.SessionManager sessionManager)
           
 
Method Summary
protected  org.mortbay.jetty.servlet.AbstractSessionManager.Session newSession(HttpServletRequest request)
           
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
addEventListener, getCrossContextSessionIDs, getHttpOnly, getHttpSession, getMaxInactiveInterval, getMaxSessions, getMinSessions, getScavengePeriod, getSecureCookies, getSessionCookie, getSessionMap, getSessions, getUseRequestedId, getWorkerName, initialize, isInvalidateGlobal, isStarted, newHttpSession, removeEventListener, resetStats, setCrossContextSessionIDs, setHttpOnly, setInvalidateGlobal, setMaxInactiveInterval, setScavengePeriod, setSecureCookies, setUseRequestedId, setWorkerName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredSessionManager

public ClusteredSessionManager(org.apache.geronimo.clustering.SessionManager sessionManager)
Method Detail

newSession

protected org.mortbay.jetty.servlet.AbstractSessionManager.Session newSession(HttpServletRequest request)
Specified by:
newSession in class org.mortbay.jetty.servlet.AbstractSessionManager


Copyright © 2006 Apache Software Foundation. All Rights Reserved.