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 . |
Class and Description |
---|
ManagerBase
Minimal implementation of the Manager interface that supports
no session persistence or distributable capabilities.
|
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.
|
StandardSession
Standard implementation of the Session interface.
|
StandardSessionFacade
Facade for the StandardSession object.
|
StoreBase
Abstract implementation of the Store interface to
support most of the functionality required by a Store.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.