public class MemSession extends AbstractSession
SESSION_KNOWN_ONLY_TO_AUTHENTICATED
Modifier | Constructor and Description |
---|---|
protected |
MemSession(AbstractSessionManager abstractSessionManager,
HttpServletRequest request) |
|
MemSession(AbstractSessionManager abstractSessionManager,
long created,
long accessed,
String clusterId) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributes(Map<String,Object> map) |
void |
clearAttributes() |
Object |
doGet(String name) |
Enumeration<String> |
doGetAttributeNames() |
Object |
doPutOrRemove(String name,
Object value) |
Map<String,Object> |
getAttributeMap() |
int |
getAttributes() |
Set<String> |
getNames() |
access, bindValue, callSessionAttributeListeners, changeAttribute, checkExpiry, checkValid, complete, cookieSet, didActivate, doInvalidate, getAccessed, getAttribute, getAttributeNames, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNodeId, getRequests, getServletContext, getSession, getSessionContext, getSessionManager, getValue, getValueNames, invalidate, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, renewId, setAttribute, setClusterId, setIdChanged, setLastAccessedTime, setMaxInactiveInterval, setNodeId, setRequests, timeout, toString, unbindValue, updateAttribute, willPassivate
protected MemSession(AbstractSessionManager abstractSessionManager, HttpServletRequest request)
public MemSession(AbstractSessionManager abstractSessionManager, long created, long accessed, String clusterId)
public Map<String,Object> getAttributeMap()
getAttributeMap
in class AbstractSession
public int getAttributes()
getAttributes
in class AbstractSession
public Enumeration<String> doGetAttributeNames()
doGetAttributeNames
in class AbstractSession
public Set<String> getNames()
getNames
in class AbstractSession
public void clearAttributes()
clearAttributes
in class AbstractSession
public Object doPutOrRemove(String name, Object value)
doPutOrRemove
in class AbstractSession
public Object doGet(String name)
doGet
in class AbstractSession
Copyright © 1995-2015 Webtide. All Rights Reserved.