| 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. |
| org.glassfish.web.ha.session.management |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStore
Concrete implementation of the Store interface that utilizes
a file per saved Session in a configured directory.
|
class |
JDBCStore
Implementation of the
Store interface that stores
serialized session objects in a database. |
class |
StoreBase
Abstract implementation of the Store interface to
support most of the functionality required by a Store.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
PersistentManagerBase.getStore()
Return the Store object which manages persistent Session
storage for this Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentManagerBase.setStore(Store store)
Set the Store object which will manage persistent Session
storage for this Manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HAStoreBase |
class |
ReplicationAttributeStore |
class |
ReplicationStore |
Copyright © 2017. All rights reserved.