|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.servlet.AbstractSessionManager
org.apache.geronimo.jetty6.cluster.ClusteredSessionManager
public class ClusteredSessionManager
Nested Class Summary | |
---|---|
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(SessionManager sessionManager)
|
Method Summary | |
---|---|
protected void |
addSession(org.mortbay.jetty.servlet.AbstractSessionManager.Session session)
|
void |
complete(HttpSession session)
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session |
getSession(String idInCluster)
|
Map |
getSessionMap()
|
int |
getSessions()
|
protected void |
invalidateSessions()
|
protected org.mortbay.jetty.servlet.AbstractSessionManager.Session |
newSession(HttpServletRequest request)
|
protected void |
removeSession(String idInCluster)
|
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager |
---|
addEventListener, getCrossContextSessionIDs, getHttpOnly, getHttpSession, getMaxInactiveInterval, getMaxSessions, getMinSessions, getScavengePeriod, getSecureCookies, getSessionCookie, 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 |
---|
public ClusteredSessionManager(SessionManager sessionManager)
Method Detail |
---|
protected org.mortbay.jetty.servlet.AbstractSessionManager.Session newSession(HttpServletRequest request)
newSession
in class org.mortbay.jetty.servlet.AbstractSessionManager
public void complete(HttpSession session)
protected void addSession(org.mortbay.jetty.servlet.AbstractSessionManager.Session session)
protected void removeSession(String idInCluster)
public org.mortbay.jetty.servlet.AbstractSessionManager.Session getSession(String idInCluster)
public int getSessions()
getSessions
in class org.mortbay.jetty.servlet.AbstractSessionManager
public Map getSessionMap()
getSessionMap
in class org.mortbay.jetty.servlet.AbstractSessionManager
protected void invalidateSessions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |