Uses of Class
org.apache.catalina.session.StoreBase
-
Packages that use StoreBase 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 StoreBase in org.apache.catalina.session
Subclasses of StoreBase in org.apache.catalina.session Modifier and Type Class Description classFileStoreConcrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.classJDBCStoreImplementation of theStoreinterface that stores serialized session objects in a database. -
Uses of StoreBase in org.glassfish.web.ha.session.management
Subclasses of StoreBase in org.glassfish.web.ha.session.management Modifier and Type Class Description classHAStoreBaseclassReplicationAttributeStoreclassReplicationStore
-