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 |
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 | Field and Description |
---|---|
protected Store |
PersistentManagerBase.store
Store object which will manage the Session 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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.