Uses of Interface
org.apache.catalina.Store
-
Packages that use Store 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 Store in org.apache.catalina.session
Classes in org.apache.catalina.session that implement Store 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.classStoreBaseAbstract implementation of the Store interface to support most of the functionality required by a Store.Methods in org.apache.catalina.session that return Store Modifier and Type Method Description StorePersistentManagerBase. getStore()Return the Store object which manages persistent Session storage for this Manager.Methods in org.apache.catalina.session with parameters of type Store Modifier and Type Method Description voidPersistentManagerBase. setStore(Store store)Set the Store object which will manage persistent Session storage for this Manager. -
Uses of Store in org.glassfish.web.ha.session.management
Classes in org.glassfish.web.ha.session.management that implement Store Modifier and Type Class Description classHAStoreBaseclassReplicationAttributeStoreclassReplicationStore
-