public class NoSqlSession extends AbstractSession
_jdbcAttributes| Constructor and Description |
|---|
NoSqlSession(NoSqlSessionManager manager,
javax.servlet.http.HttpServletRequest request) |
NoSqlSession(NoSqlSessionManager manager,
long created,
long accessed,
String clusterId,
Object version) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
access(long time) |
protected void |
checkValid() |
protected void |
complete() |
protected void |
doInvalidate() |
Object |
doPutOrRemove(String name,
Object value) |
Object |
getVersion() |
boolean |
isDirty() |
protected void |
refresh() |
protected void |
save(boolean activateAfterSave) |
Set<String> |
takeDirty() |
bindValue, clearAttributes, cookieSet, didActivate, doGet, 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, setMaxInactiveInterval, setRequests, timeout, toString, unbindValue, willPassivatepublic NoSqlSession(NoSqlSessionManager manager, javax.servlet.http.HttpServletRequest request)
public NoSqlSession(NoSqlSessionManager manager, long created, long accessed, String clusterId, Object version)
public Object doPutOrRemove(String name, Object value)
doPutOrRemove in class AbstractSessionprotected void checkValid()
throws IllegalStateException
checkValid in class AbstractSessionIllegalStateExceptionprotected boolean access(long time)
access in class AbstractSessionprotected void complete()
complete in class AbstractSessionprotected void doInvalidate()
throws IllegalStateException
doInvalidate in class AbstractSessionIllegalStateExceptionprotected void save(boolean activateAfterSave)
protected void refresh()
public boolean isDirty()
public Object getVersion()
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.