|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.servlet.AbstractSessionManager.Session
org.mortbay.jetty.servlet.wadi.WadiSessionManager.ClusteredSession
public class WadiSessionManager.ClusteredSession
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 |
WadiSessionManager.ClusteredSession(HttpServletRequest request)
|
protected |
WadiSessionManager.ClusteredSession(WadiSession session)
|
Method Summary | |
---|---|
protected java.lang.String |
getClusterId()
|
void |
invalidate()
Invalidates this session then unbinds any objects bound to it. |
protected java.util.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 |
---|
protected WadiSessionManager.ClusteredSession(HttpServletRequest request)
protected WadiSessionManager.ClusteredSession(WadiSession session)
Method Detail |
---|
protected java.util.Map newAttributeMap()
newAttributeMap
in class AbstractSessionManager.Session
protected java.lang.String getClusterId()
getClusterId
in class AbstractSessionManager.Session
public void invalidate() throws java.lang.IllegalStateException
HttpSession
invalidate
in interface HttpSession
invalidate
in class AbstractSessionManager.Session
java.lang.IllegalStateException
- if this method is called on an
already invalidated session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |