Uses of Class
org.apache.catalina.session.ManagerBase
-
Packages that use ManagerBase Package Description org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.glassfish.web.ha.session.management -
-
Uses of ManagerBase in org.apache.catalina.session
Subclasses of ManagerBase in org.apache.catalina.session Modifier and Type Class Description classCookiePersistentManagerSession manager for cookie-based persistence, where cookies carry session state.classPersistentManagerImplementation of the Manager interface that makes use of a Store to swap active Sessions to disk.classPersistentManagerBaseExtends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if only for restarts.classStandardManagerStandard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded. -
Uses of ManagerBase in org.glassfish.web.ha.session.management
Subclasses of ManagerBase in org.glassfish.web.ha.session.management Modifier and Type Class Description classReplicationManagerBase<T extends org.glassfish.ha.store.api.Storeable>classReplicationWebEventPersistentManager<T extends org.glassfish.ha.store.api.Storeable>
-