| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| 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. |
| org.glassfish.web.ha.session.management |
| Class and Description |
|---|
| BaseSessionLocker |
| 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 only for restarts.
|
| SessionLock |
| 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.
|
| 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.
|
| 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 only for restarts.
|
| StandardSession
Standard implementation of the Session interface.
|
| StoreBase
Abstract implementation of the Store interface to
support most of the functionality required by a Store.
|
Copyright © 2017. All rights reserved.