| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| com.sun.enterprise.web.session |
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceType |
SessionManagerConfigurationHelper._persistence |
| Modifier and Type | Method and Description |
|---|---|
PersistenceType |
SessionManagerConfigurationHelper.getPersistenceType() |
PersistenceType |
ServerConfigLookup.getPersistenceTypeFromConfig()
Get the persistenceType from domain.xml.
|
| Modifier and Type | Field and Description |
|---|---|
static PersistenceType |
PersistenceType.COHERENCE_WEB
Coherence Web
|
static PersistenceType |
PersistenceType.COOKIE
Cookie-based persistence
|
static PersistenceType |
PersistenceType.CUSTOM
Custom/user implemented session manager.
|
static PersistenceType |
PersistenceType.FILE
File based persistence for sessions.
|
static PersistenceType |
PersistenceType.HA
HADB based persistence for sessions.
|
static PersistenceType |
PersistenceType.HAZELCAST
Hazelcast
|
static PersistenceType |
PersistenceType.JDBC
JDBC based persistence for sessions.
|
static PersistenceType |
PersistenceType.MEMORY
Memory based persistence for sessions (i.e.
|
static PersistenceType |
PersistenceType.MMAP
old iWS 6.0 style
MMapSessionManager.
|
static PersistenceType |
PersistenceType.REPLICATED
SJSWS replicated persistence for sessions.
|
static PersistenceType |
PersistenceType.S1WS60
old iWS 6.0 style session manager.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceType |
PersistenceType.parseType(String type)
Parse the specified string and return the corresponding instance
of this class that represents the persistence type specified
in the string.
|
static PersistenceType |
PersistenceType.parseType(String type,
PersistenceType defaultType)
Parse the specified string and return the corresponding instance
of this class that represents the persistence type specified
in the string.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceType |
PersistenceType.parseType(String type,
PersistenceType defaultType)
Parse the specified string and return the corresponding instance
of this class that represents the persistence type specified
in the string.
|
Copyright © 2019. All rights reserved.