public class SpaceSessionDataStore
extends org.eclipse.jetty.server.session.AbstractSessionDataStore
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.util.component.LifeCycle.Listener_context, _gracePeriodSec, _lastExpiryCheckTime, _savePeriodSec| Constructor and Description | 
|---|
| SpaceSessionDataStore(GigaSpace gigaSpace) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | delete(String id) | 
| Set<String> | doGetExpired(Set<String> candidates) | 
| org.eclipse.jetty.server.session.SessionData | doLoad(String id) | 
| void | doStore(String id,
       org.eclipse.jetty.server.session.SessionData data,
       long lastSaveTime) | 
| boolean | exists(String id) | 
| void | initialize(org.eclipse.jetty.server.session.SessionContext context) | 
| boolean | isPassivating() | 
| org.eclipse.jetty.server.session.SessionData | newSessionData(String id,
              long created,
              long accessed,
              long lastAccessed,
              long maxInactiveMs) | 
| protected IdQuery<SpaceSessionData> | query(String id) | 
| void | setLease(long lease) | 
checkStarted, doStart, getExpired, getGracePeriodSec, getSavePeriodSec, load, setGracePeriodSec, setSavePeriodSec, store, toStringaddBean, addBean, addEventListener, addManaged, contains, destroy, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stoppublic SpaceSessionDataStore(GigaSpace gigaSpace)
public void initialize(org.eclipse.jetty.server.session.SessionContext context)
                throws Exception
initialize in interface org.eclipse.jetty.server.session.SessionDataMapinitialize in class org.eclipse.jetty.server.session.AbstractSessionDataStoreExceptionpublic boolean isPassivating()
public void doStore(String id, org.eclipse.jetty.server.session.SessionData data, long lastSaveTime) throws Exception
doStore in class org.eclipse.jetty.server.session.AbstractSessionDataStoreExceptionpublic org.eclipse.jetty.server.session.SessionData doLoad(String id) throws Exception
doLoad in class org.eclipse.jetty.server.session.AbstractSessionDataStoreExceptionpublic Set<String> doGetExpired(Set<String> candidates)
doGetExpired in class org.eclipse.jetty.server.session.AbstractSessionDataStorepublic org.eclipse.jetty.server.session.SessionData newSessionData(String id, long created, long accessed, long lastAccessed, long maxInactiveMs)
newSessionData in interface org.eclipse.jetty.server.session.SessionDataStorenewSessionData in class org.eclipse.jetty.server.session.AbstractSessionDataStorepublic void setLease(long lease)
protected IdQuery<SpaceSessionData> query(String id)
Copyright © GigaSpaces.