org.mortbay.jetty.servlet
Class HashSessionManager

java.lang.Object
  extended byorg.mortbay.jetty.servlet.AbstractSessionManager
      extended byorg.mortbay.jetty.servlet.HashSessionManager
All Implemented Interfaces:
LifeCycle, java.io.Serializable, SessionManager

public class HashSessionManager
extends AbstractSessionManager

An in-memory implementation of SessionManager.

Version:
$Id: HashSessionManager.java,v 1.16 2004/05/09 20:32:27 gregwilkins Exp $
Author:
Greg Wilkins (gregw)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
__distantFuture
 
Fields inherited from interface org.mortbay.jetty.servlet.SessionManager
__MaxAge, __SessionCookie, __SessionDomain, __SessionPath, __SessionURL, __SessionUrlPrefix
 
Constructor Summary
HashSessionManager()
           
HashSessionManager(java.util.Random random)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSessionManager

public HashSessionManager()

HashSessionManager

public HashSessionManager(java.util.Random random)


Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.