Package | Description |
---|---|
org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context . |
Modifier and Type | Class and Description |
---|---|
class |
PersistentManager
Implementation of the Manager interface that makes use of
a Store to swap active Sessions to disk.
|
class |
PersistentManagerBase
Extends the ManagerBase class to implement most of the
functionality required by a Manager which supports any kind of
persistence, even if onlyfor restarts.
|
class |
StandardManager
Standard 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.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.