public class Tomcat7DeltaSessionManager
extends com.gemstone.gemfire.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, lifecycle, LOGGER, maxActiveSessions, name, preferDeserializedForm, regionAttributesId, regionName, sessionCache, startedcontainer, distributable, duplicates, expiredSessions, maxActive, maxInactiveInterval, processExpiresFrequency, processingTime, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, sessionCounter, sessionCreationTiming, sessionExpirationTiming, sessionIdGenerator, sessionIdLength, 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 |
|---|
Tomcat7DeltaSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
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, addLifecycleListener, addSessionToTouch, cancelTimer, doLoad, doUnload, findLifecycleListeners, findSession, getActiveSessions, getEnableDebugListener, getEnableGatewayDeltaReplication, getEnableGatewayReplication, getEnableLocalCache, getLogger, getMaxActiveSessions, getNewSession, getPreferDeserializedForm, getRegionAttributesId, getRegionName, getRejectedSessions, getSessionCache, getSessionsToTouch, getStatistics, getStatisticsName, initializeSessionCache, isBackingCacheAvailable, isClientServer, isCommitValveEnabled, isCommitValveFailfastEnabled, isPeerToPeer, listSessionIds, load, propertyChange, registerCommitSessionValve, registerJvmRouteBinderValve, remove, remove, removeLifecycleListener, removeTouchedSession, scheduleTimerTasks, setContainer, setEnableCommitValve, setEnableCommitValveFailfast, setEnableDebugListener, setEnableGatewayDeltaReplication, setEnableGatewayReplication, setEnableLocalCache, setMaxActiveSessions, setPreferDeserializedForm, setRegionAttributesId, setRegionName, setRejectedSessions, toString, unload, unregisterCommitSessionValve, unregisterJvmRouteBinderValveaddPropertyChangeListener, backgroundProcess, changeSessionId, createEmptySession, createSession, expireSession, findSessions, generateSessionId, getClassName, getContainer, getCreationTime, getCreationTimestamp, getDistributable, getDomainInternal, getDuplicates, getEngine, getExpiredSessions, getInfo, getJvmRoute, getLastAccessedTime, getLastAccessedTimestamp, getMaxActive, getMaxInactiveInterval, getName, getObjectNameKeyProperties, getProcessExpiresFrequency, getProcessingTime, getSecureRandomAlgorithm, getSecureRandomClass, getSecureRandomProvider, getSession, getSessionAttribute, getSessionAverageAliveTime, getSessionCounter, getSessionCreateRate, getSessionExpireRate, getSessionIdLength, getSessionMaxAliveTime, getThisAccessedTime, getThisAccessedTimestamp, initInternal, processExpires, removePropertyChangeListener, setDistributable, setDuplicates, setExpiredSessions, setMaxActive, setMaxInactiveInterval, setProcessExpiresFrequency, setProcessingTime, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, setSessionCounter, setSessionIdLength, setSessionMaxAliveTime, updateSessionMaxAliveTimedestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisterdestroy, fireLifecycleEvent, getState, getStateName, init, setState, setState, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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 reported