@ManagedObject public class DefaultSessionCache extends AbstractSessionCache
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.ListenerContainer.InheritedListener, Container.ListenerFAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPINGEVICT_ON_INACTIVITY, EVICT_ON_SESSION_EXIT, NEVER_EVICT| Constructor and Description |
|---|
DefaultSessionCache(SessionHandler manager) |
| Modifier and Type | Method and Description |
|---|---|
Session |
doDelete(String id)
Remove the session with this identity from the store
|
Session |
doGet(String id)
Get the session matching the key from the cache.
|
Session |
doPutIfAbsent(String id,
Session session)
Put the session into the map if it wasn't already there
|
boolean |
doReplace(String id,
Session oldValue,
Session newValue)
Replace the mapping from id to oldValue with newValue
|
long |
getSessionsCurrent() |
long |
getSessionsMax() |
long |
getSessionsTotal() |
Session |
newSession(HttpServletRequest request,
SessionData data)
Create a new Session for a request.
|
Session |
newSession(SessionData data)
Create a new Session object from pre-existing session data
|
void |
resetStats() |
void |
shutdown() |
add, checkExpiration, checkInactiveSession, commit, contains, delete, exists, get, getEvictionPolicy, getSessionDataStore, getSessionHandler, initialize, isFlushOnResponseCommit, isRemoveUnloadableSessions, isSaveOnCreate, isSaveOnInactiveEviction, newSession, put, release, renewSessionId, setEvictionPolicy, setFlushOnResponseCommit, setRemoveUnloadableSessions, setSaveOnCreate, setSaveOnInactiveEviction, setSessionDataStore, toStringaddBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopequals, getClass, hashCode, notify, notifyAll, wait, wait, waitrenewSessionIdaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stopdumpContainer, dumpIterable, dumpMapEntries, dumpObjects, dumpSelf, namedpublic DefaultSessionCache(SessionHandler manager)
manager - The SessionHandler related to this SessionCache@ManagedAttribute(value="current sessions in cache", readonly=true) public long getSessionsCurrent()
@ManagedAttribute(value="max sessions in cache", readonly=true) public long getSessionsMax()
@ManagedAttribute(value="total sessions in cache", readonly=true) public long getSessionsTotal()
@ManagedOperation(value="reset statistics", impact="ACTION") public void resetStats()
public Session doGet(String id)
AbstractSessionCacheid - session idpublic Session doPutIfAbsent(String id, Session session)
AbstractSessionCacheid - the identity of the sessionsession - the session objectpublic Session doDelete(String id)
AbstractSessionCachedoDelete in class AbstractSessionCacheid - the idpublic void shutdown()
public Session newSession(HttpServletRequest request, SessionData data)
AbstractSessionCachenewSession in class AbstractSessionCacherequest - the requestdata - the session datapublic Session newSession(SessionData data)
AbstractSessionCachenewSession in interface SessionCachenewSession in class AbstractSessionCachedata - the session datapublic boolean doReplace(String id, Session oldValue, Session newValue)
AbstractSessionCacheid - the idoldValue - the old valuenewValue - the new valueCopyright © 2010 - 2020 Adobe. All Rights Reserved