public class HashedSession extends AbstractSession
_jdbcAttributes| Modifier | Constructor and Description |
|---|---|
protected |
HashedSession(HashSessionManager hashSessionManager,
javax.servlet.http.HttpServletRequest request) |
protected |
HashedSession(HashSessionManager hashSessionManager,
long created,
long accessed,
java.lang.String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValid()
asserts that the session is valid
|
void |
deIdle() |
protected void |
doInvalidate() |
void |
idle()
Idle the session to reduce session memory footprint.
|
boolean |
isIdled() |
boolean |
isSaveFailed() |
void |
save(java.io.OutputStream os) |
void |
saveFailed() |
void |
setMaxInactiveInterval(int secs) |
access, bindValue, clearAttributes, complete, cookieSet, didActivate, doGet, doPutOrRemove, getAccessed, getAttribute, getAttributeNames, getAttributes, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNames, getNodeId, getRequests, getServletContext, getSession, getSessionContext, getValue, getValueNames, invalidate, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, setRequests, timeout, toString, unbindValue, willPassivateprotected HashedSession(HashSessionManager hashSessionManager, javax.servlet.http.HttpServletRequest request)
protected HashedSession(HashSessionManager hashSessionManager, long created, long accessed, java.lang.String clusterId)
protected void checkValid()
AbstractSessioncheckValid in class AbstractSessionpublic void setMaxInactiveInterval(int secs)
setMaxInactiveInterval in interface javax.servlet.http.HttpSessionsetMaxInactiveInterval in class AbstractSessionprotected void doInvalidate()
throws java.lang.IllegalStateException
doInvalidate in class AbstractSessionjava.lang.IllegalStateExceptionpublic void save(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic void deIdle()
public void idle()
public boolean isIdled()
public boolean isSaveFailed()
public void saveFailed()
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.