public abstract class NoSqlSessionDataStore extends AbstractSessionDataStore
| Modifier and Type | Class and Description |
|---|---|
class |
NoSqlSessionDataStore.NoSqlSessionData |
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener_context, _gracePeriodSec, _lastExpiryCheckTime| Constructor and Description |
|---|
NoSqlSessionDataStore() |
| Modifier and Type | Method and Description |
|---|---|
SessionData |
newSessionData(String id,
long created,
long accessed,
long lastAccessed,
long maxInactiveMs)
Create a new SessionData
|
checkStarted, doGetExpired, doStart, doStore, getExpired, getGracePeriodSec, initialize, setGracePeriodSec, storeaddLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, isPassivatingdelete, loadaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic SessionData newSessionData(String id, long created, long accessed, long lastAccessed, long maxInactiveMs)
SessionDataStorenewSessionData in interface SessionDataStorenewSessionData in class AbstractSessionDataStoreid - the idcreated - the timestamp when createdaccessed - the timestamp when accessedlastAccessed - the timestamp when last accessedmaxInactiveMs - the max inactive time in millisecondsSessionDataStore.newSessionData(java.lang.String, long, long, long, long)Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.