Package org.eclipse.jetty.nosql
Class NoSqlSessionDataStore.NoSqlSessionData
- java.lang.Object
-
- org.eclipse.jetty.server.session.SessionData
-
- org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NoSqlSessionDataStore
public class NoSqlSessionDataStore.NoSqlSessionData extends org.eclipse.jetty.server.session.SessionData- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSqlSessionData(java.lang.String id, java.lang.String cpath, java.lang.String vhost, long created, long accessed, long lastAccessed, long maxInactiveMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getAllAttributeNames()java.lang.ObjectgetVersion()voidsetDirty(java.lang.String name)voidsetVersion(java.lang.Object v)java.util.Set<java.lang.String>takeDirtyAttributes()-
Methods inherited from class org.eclipse.jetty.server.session.SessionData
calcAndSetExpiry, calcAndSetExpiry, calcExpiry, calcExpiry, clearAllAttributes, copy, deserializeAttributes, getAccessed, getAllAttributes, getAttribute, getContextPath, getCookieSet, getCreated, getExpiry, getId, getKeys, getLastAccessed, getLastNode, getLastSaved, getMaxInactiveMs, getVhost, isDirty, isExpiredAt, putAllAttributes, serializeAttributes, setAccessed, setAttribute, setContextPath, setCookieSet, setCreated, setDirty, setExpiry, setId, setLastAccessed, setLastNode, setLastSaved, setMaxInactiveMs, setVhost, toString
-
-
-
-
Method Detail
-
setVersion
public void setVersion(java.lang.Object v)
-
getVersion
public java.lang.Object getVersion()
-
setDirty
public void setDirty(java.lang.String name)
- Overrides:
setDirtyin classorg.eclipse.jetty.server.session.SessionData
-
takeDirtyAttributes
public java.util.Set<java.lang.String> takeDirtyAttributes()
-
getAllAttributeNames
public java.util.Set<java.lang.String> getAllAttributeNames()
-
-