public final class PersistenceType extends Object
| Modifier and Type | Field and Description |
|---|---|
static PersistenceType |
COHERENCE_WEB
Coherence Web
|
static PersistenceType |
COOKIE
Cookie-based persistence
|
static PersistenceType |
CUSTOM
Custom/user implemented session manager.
|
static PersistenceType |
FILE
File based persistence for sessions.
|
static PersistenceType |
HA
HADB based persistence for sessions.
|
static PersistenceType |
HAZELCAST
Hazelcast
|
static PersistenceType |
JDBC
JDBC based persistence for sessions.
|
static PersistenceType |
MEMORY
Memory based persistence for sessions (i.e.
|
static PersistenceType |
MMAP
old iWS 6.0 style
MMapSessionManager.
|
static PersistenceType |
REPLICATED
SJSWS replicated persistence for sessions.
|
static PersistenceType |
S1WS60
old iWS 6.0 style session manager.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns a string describing the persistence mechanism that the
object represents.
|
static 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 |
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.
|
public static final PersistenceType MEMORY
public static final PersistenceType FILE
public static final PersistenceType COOKIE
public static final PersistenceType CUSTOM
public static final PersistenceType S1WS60
public static final PersistenceType MMAP
public static final PersistenceType JDBC
public static final PersistenceType HA
public static final PersistenceType REPLICATED
public static final PersistenceType COHERENCE_WEB
public static final PersistenceType HAZELCAST
public String getType()
public static PersistenceType parseType(String type)
public static PersistenceType parseType(String type, PersistenceType defaultType)
Copyright © 2019. All rights reserved.