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, willPassivateprotected MemSession(AbstractSessionManager abstractSessionManager, HttpServletRequest request)
public MemSession(AbstractSessionManager abstractSessionManager, long created, long accessed, String clusterId)
public Map<String,Object> getAttributeMap()
getAttributeMap in class AbstractSessionpublic int getAttributes()
getAttributes in class AbstractSessionpublic Enumeration<String> doGetAttributeNames()
doGetAttributeNames in class AbstractSessionpublic Set<String> getNames()
getNames in class AbstractSessionpublic void clearAttributes()
clearAttributes in class AbstractSessionpublic Object doPutOrRemove(String name, Object value)
doPutOrRemove in class AbstractSessionpublic Object doGet(String name)
doGet in class AbstractSessionCopyright © 1995-2015 Webtide. All Rights Reserved.