public class Tomcat6DeltaSessionManager extends DeltaSessionManager
Modifier and Type | Field and Description |
---|---|
protected org.apache.catalina.util.LifecycleSupport |
lifecycle
Deprecated.
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, started
algorithm, container, DEFAULT_ALGORITHM, devRandomSource, digest, distributable, domain, duplicates, entropy, expiredSessions, initialized, log, maxActive, maxInactiveInterval, mserver, oname, processExpiresFrequency, processingTime, random, randomClass, randomIS, sessionAverageAliveTime, sessionCounter, sessionCreationTiming, sessionExpirationTiming, sessionIdLength, sessionMaxAliveTime, sessions, sm, support, TIMING_STATS_CACHE_SIZE
Constructor and Description |
---|
Tomcat6DeltaSessionManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleListener(org.apache.catalina.LifecycleListener listener)
Deprecated.
Add a lifecycle event listener to this component.
|
org.apache.catalina.LifecycleListener[] |
findLifecycleListeners()
Deprecated.
Get the lifecycle listeners associated with this lifecycle.
|
void |
removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
Deprecated.
Remove a lifecycle event listener from this component.
|
void |
start()
Deprecated.
Prepare for the beginning of active use of the public methods of this component.
|
void |
stop()
Deprecated.
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, getNewSession, 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, unregisterJvmRouteBinderValve
addPropertyChangeListener, backgroundProcess, changeSessionId, createEmptySession, createSession, createSession, destroy, expireSession, findSessions, generateSessionId, getAlgorithm, getClassName, getContainer, getCreationTime, getCreationTimestamp, getDigest, getDistributable, getDomain, getDuplicates, getEngine, getEntropy, getExpiredSessions, getInfo, getJvmRoute, getLastAccessedTime, getLastAccessedTimestamp, getMaxActive, getMaxInactiveInterval, getName, getObjectName, getProcessExpiresFrequency, getProcessingTime, getRandom, getRandomBytes, getRandomClass, getRandomFile, getSession, getSessionAttribute, getSessionAverageAliveTime, getSessionCounter, getSessionCreateRate, getSessionExpireRate, getSessionIdLength, getSessionMaxAliveTime, init, postDeregister, postRegister, preDeregister, preRegister, processExpires, removePropertyChangeListener, setAlgorithm, setDistributable, setDuplicates, setEntropy, setExpiredSessions, setMaxActive, setProcessExpiresFrequency, setProcessingTime, setRandomClass, setRandomFile, setSessionAverageAliveTime, setSessionCounter, setSessionIdLength, setSessionMaxAliveTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMaxInactiveInterval
protected org.apache.catalina.util.LifecycleSupport lifecycle
LifecycleSupport
for this component.public void start() throws org.apache.catalina.LifecycleException
configure()
, and before any of the public methods of the
component are utilized.org.apache.catalina.LifecycleException
- if this component detects a fatal error that prevents this component
from being usedpublic void stop() throws org.apache.catalina.LifecycleException
org.apache.catalina.LifecycleException
- if this component detects a fatal error that needs to be reportedpublic void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
listener
- The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
public void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
listener
- The listener to remove