public class Tomcat7DeltaSessionManager
extends org.apache.geode.modules.session.catalina.DeltaSessionManager
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.catalina.util.LifecycleSupport |
lifecycle
The
LifecycleSupport for this component. |
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, startedcontainer, distributable, duplicates, expiredSessions, maxActive, maxInactiveInterval, processExpiresFrequency, processingTime, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, SESSION_ID_LENGTH_UNSET, sessionCounter, sessionCreationTiming, sessionExpirationTiming, sessionIdGenerator, sessionIdGeneratorClass, 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 |
addLifecycleListener(org.apache.catalina.LifecycleListener listener)
Add a lifecycle event listener to this component.
|
org.apache.catalina.LifecycleListener[] |
findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
protected org.apache.catalina.session.StandardSession |
getNewSession() |
void |
removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
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, getPipeline, getPreferDeserializedForm, getRegionAttributesId, getRegionName, getRejectedSessions, getSessionCache, getSessionsToTouch, getStatistics, getStatisticsName, getTheContext, initializeSessionCache, isBackingCacheAvailable, isClientServer, isCommitValveEnabled, isCommitValveFailfastEnabled, isPeerToPeer, listSessionIds, load, propertyChange, registerCommitSessionValve, registerJvmRouteBinderValve, remove, remove, removeTouchedSession, scheduleTimerTasks, setContainer, setEnableCommitValve, setEnableCommitValveFailfast, setEnableDebugListener, setEnableGatewayDeltaReplication, setEnableGatewayReplication, setEnableLocalCache, setMaxActiveSessions, setMaxInactiveInterval, 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, getSessionAttributeNameFilter, getSessionAttributeNamePattern, getSessionAttributeValueClassNameFilter, getSessionAttributeValueClassNamePattern, getSessionAverageAliveTime, getSessionCounter, getSessionCreateRate, getSessionExpireRate, getSessionIdGenerator, getSessionIdLength, getSessionMaxAliveTime, getThisAccessedTime, getThisAccessedTimestamp, getWarnOnSessionAttributeFilterFailure, initInternal, processExpires, removePropertyChangeListener, setDistributable, setDuplicates, setExpiredSessions, setMaxActive, setProcessExpiresFrequency, setProcessingTime, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, setSessionAttributeNameFilter, setSessionAttributeValueClassNameFilter, setSessionCounter, setSessionIdGenerator, setSessionIdLength, setSessionMaxAliveTime, setWarnOnSessionAttributeFilterFailure, updateSessionMaxAliveTime, willAttributeDistributedestroyInternal, 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, waitprotected org.apache.catalina.util.LifecycleSupport lifecycle
LifecycleSupport for this component.public 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 void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener in interface org.apache.catalina.LifecycleaddLifecycleListener in class org.apache.catalina.util.LifecycleBaselistener - The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners in interface org.apache.catalina.LifecyclefindLifecycleListeners in class org.apache.catalina.util.LifecycleBasepublic void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener in interface org.apache.catalina.LifecycleremoveLifecycleListener in class org.apache.catalina.util.LifecycleBaselistener - The listener to removeprotected org.apache.catalina.session.StandardSession getNewSession()
getNewSession in class org.apache.geode.modules.session.catalina.DeltaSessionManager