public class Tomcat8DeltaSessionManager
extends org.apache.geode.modules.session.catalina.DeltaSessionManager
commitSessionValve, DEFAULT_ENABLE_COMMIT_VALVE, DEFAULT_ENABLE_COMMIT_VALVE_FAILFAST, DEFAULT_ENABLE_DEBUG_LISTENER, DEFAULT_ENABLE_GATEWAY_DELTA_REPLICATION, DEFAULT_ENABLE_GATEWAY_REPLICATION, DEFAULT_PREFER_DESERIALIZED_FORM, DEFAULT_REGION_NAME, enableCommitValve, enableCommitValveFailfast, enableDebugListener, enableGatewayDeltaReplication, enableGatewayReplication, enableLocalCache, jvmRouteBinderValve, LOGGER, maxActiveSessions, name, preferDeserializedForm, regionAttributesId, regionName, sessionCache, startedduplicates, expiredSessions, maxActive, processExpiresFrequency, processingTime, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, sessionCounter, sessionCreationTiming, sessionExpirationTiming, sessionIdGenerator, sessionIdGeneratorClass, sessionMaxAliveTime, sessions, sm, support, TIMING_STATS_CACHE_SIZEAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
Tomcat8DeltaSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInactiveInterval() |
protected org.apache.catalina.session.StandardSession |
getNewSession() |
protected org.apache.catalina.Pipeline |
getPipeline() |
org.apache.catalina.Context |
getTheContext() |
void |
setMaxInactiveInterval(int interval) |
void |
startInternal()
Prepare for the beginning of active use of the public methods of this component.
|
void |
stopInternal()
Gracefully terminate the active use of the public methods of this component.
|
add, addSessionToTouch, cancelTimer, doLoad, doUnload, findSession, getActiveSessions, getContextName, getEnableDebugListener, getEnableGatewayDeltaReplication, getEnableGatewayReplication, getEnableLocalCache, getLogger, getMaxActiveSessions, getPreferDeserializedForm, getRegionAttributesId, getRegionName, getRejectedSessions, getSessionCache, getSessionsToTouch, getStatistics, getStatisticsName, initializeSessionCache, isBackingCacheAvailable, isClientServer, isCommitValveEnabled, isCommitValveFailfastEnabled, isPeerToPeer, listSessionIds, load, propertyChange, registerCommitSessionValve, registerJvmRouteBinderValve, remove, remove, removeTouchedSession, scheduleTimerTasks, setContainer, setEnableCommitValve, setEnableCommitValveFailfast, setEnableDebugListener, setEnableGatewayDeltaReplication, setEnableGatewayReplication, setEnableLocalCache, setMaxActiveSessions, setPreferDeserializedForm, setRegionAttributesId, setRegionName, setRejectedSessions, toString, unload, unregisterCommitSessionValve, unregisterJvmRouteBinderValveaddPropertyChangeListener, backgroundProcess, changeSessionId, changeSessionId, changeSessionId, createEmptySession, createSession, expireSession, findSessions, generateSessionId, getClassName, getContext, getCreationTime, getCreationTimestamp, getDomainInternal, getDuplicates, getEngine, getExpiredSessions, getJvmRoute, getLastAccessedTime, getLastAccessedTimestamp, getMaxActive, getName, getObjectNameKeyProperties, getProcessExpiresFrequency, getProcessingTime, getSecureRandomAlgorithm, getSecureRandomClass, getSecureRandomProvider, getSession, getSessionAttribute, getSessionAttributeNameFilter, getSessionAttributeNamePattern, getSessionAttributeValueClassNameFilter, getSessionAttributeValueClassNamePattern, getSessionAverageAliveTime, getSessionCounter, getSessionCreateRate, getSessionExpireRate, getSessionIdGenerator, getSessionMaxAliveTime, getThisAccessedTime, getThisAccessedTimestamp, getWarnOnSessionAttributeFilterFailure, initInternal, processExpires, removePropertyChangeListener, setContext, setDuplicates, setExpiredSessions, setMaxActive, setProcessExpiresFrequency, setProcessingTime, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, setSessionAttributeNameFilter, setSessionAttributeValueClassNameFilter, setSessionCounter, setSessionIdGenerator, setSessionMaxAliveTime, setWarnOnSessionAttributeFilterFailure, updateSessionMaxAliveTime, willAttributeDistributedestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisteraddLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, setState, start, stoppublic void startInternal()
throws org.apache.catalina.LifecycleException
configure(), and before any of the public methods of the
component are utilized.startInternal in class org.apache.catalina.session.ManagerBaseorg.apache.catalina.LifecycleException - if this component detects a fatal error that prevents this component
from being usedpublic void stopInternal()
throws org.apache.catalina.LifecycleException
stopInternal in class org.apache.catalina.session.ManagerBaseorg.apache.catalina.LifecycleException - if this component detects a fatal error that needs to be reportedpublic int getMaxInactiveInterval()
protected org.apache.catalina.Pipeline getPipeline()
getPipeline in class org.apache.geode.modules.session.catalina.DeltaSessionManagerpublic org.apache.catalina.Context getTheContext()
getTheContext in class org.apache.geode.modules.session.catalina.DeltaSessionManagerpublic void setMaxInactiveInterval(int interval)
setMaxInactiveInterval in class org.apache.geode.modules.session.catalina.DeltaSessionManagerprotected org.apache.catalina.session.StandardSession getNewSession()
getNewSession in class org.apache.geode.modules.session.catalina.DeltaSessionManager