public class RedissonSession
extends org.apache.catalina.session.StandardSession
accessCount, ACTIVITY_CHECK, attributes, authType, creationTime, EMPTY_ARRAY, excludedAttributes, expiring, facade, id, info, isNew, isValid, lastAccessedTime, listeners, manager, maxInactiveInterval, NOT_SERIALIZED, notes, principal, sessionContext, sm, support, thisAccessedTime| Constructor and Description |
|---|
RedissonSession(RedissonSessionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
access() |
void |
endAccess() |
void |
load() |
protected void |
removeAttributeInternal(String name,
boolean notify) |
void |
save() |
void |
setAttribute(String name,
Object value,
boolean notify) |
void |
setCreationTime(long time) |
void |
setId(String id,
boolean notify) |
void |
setMaxInactiveInterval(int interval) |
void |
setNew(boolean isNew) |
void |
setValid(boolean isValid) |
activate, addSessionListener, exclude, exclude, expire, expire, fireContainerEvent, fireSessionEvent, getAttribute, getAttributeNames, getAuthType, getCreationTime, getId, getIdInternal, getInfo, getLastAccessedTime, getLastAccessedTimeInternal, getManager, getMaxInactiveInterval, getNote, getNoteNames, getPrincipal, getServletContext, getSession, getSessionContext, getValue, getValueNames, invalidate, isAttributeDistributable, isNew, isValid, isValidInternal, keys, passivate, putValue, readObject, readObjectData, recycle, removeAttribute, removeAttribute, removeNote, removeSessionListener, removeValue, setAttribute, setAuthType, setId, setManager, setNote, setPrincipal, tellNew, toString, writeObject, writeObjectDatapublic RedissonSession(RedissonSessionManager manager)
public void setId(String id, boolean notify)
setId in interface org.apache.catalina.SessionsetId in class org.apache.catalina.session.StandardSessionpublic void setCreationTime(long time)
setCreationTime in interface org.apache.catalina.SessionsetCreationTime in class org.apache.catalina.session.StandardSessionpublic void access()
access in interface org.apache.catalina.Sessionaccess in class org.apache.catalina.session.StandardSessionpublic void setMaxInactiveInterval(int interval)
setMaxInactiveInterval in interface javax.servlet.http.HttpSessionsetMaxInactiveInterval in interface org.apache.catalina.SessionsetMaxInactiveInterval in class org.apache.catalina.session.StandardSessionpublic void setValid(boolean isValid)
setValid in interface org.apache.catalina.SessionsetValid in class org.apache.catalina.session.StandardSessionpublic void setNew(boolean isNew)
setNew in interface org.apache.catalina.SessionsetNew in class org.apache.catalina.session.StandardSessionpublic void endAccess()
endAccess in interface org.apache.catalina.SessionendAccess in class org.apache.catalina.session.StandardSessionpublic void setAttribute(String name, Object value, boolean notify)
setAttribute in class org.apache.catalina.session.StandardSessionprotected void removeAttributeInternal(String name, boolean notify)
removeAttributeInternal in class org.apache.catalina.session.StandardSessionpublic void save()
public void load()
Copyright © 2014–2016 The Redisson Project. All rights reserved.