|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.session.ManagerBase | +--org.apache.catalina.session.PersistentManagerBase | +--org.apache.catalina.session.PersistentManager
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk. It can be configured to achieve several different goals:
フィールドの概要 | |
protected static java.lang.String |
name
The descriptive name of this Manager implementation (for logging). |
クラス org.apache.catalina.session.PersistentManagerBase から継承したフィールド |
lifecycle, threadDone |
クラス org.apache.catalina.session.ManagerBase から継承したフィールド |
algorithm, container, debug, DEFAULT_ALGORITHM, digest, distributable, entropy, maxInactiveInterval, random, randomClass, recycled, SESSION_ID_BYTES, sessions, sm, support |
インタフェース org.apache.catalina.Lifecycle から継承したフィールド |
START_EVENT, STOP_EVENT |
コンストラクタの概要 | |
PersistentManager()
|
メソッドの概要 | |
java.lang.String |
getInfo()
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version> . |
java.lang.String |
getName()
Return the descriptive short name of this Manager implementation. |
クラス org.apache.catalina.session.ManagerBase から継承したメソッド |
add, addPropertyChangeListener, findSessions, generateSessionId, getAlgorithm, getContainer, getDebug, getDigest, getDistributable, getEngine, getEntropy, getJvmRoute, getMaxInactiveInterval, getRandom, getRandomClass, removePropertyChangeListener, setAlgorithm, setDebug, setDistributable, setEntropy, setMaxInactiveInterval, setRandomClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static java.lang.String name
コンストラクタの詳細 |
public PersistentManager()
メソッドの詳細 |
public java.lang.String getInfo()
<description>/<version>
.PersistentManagerBase
内の getInfo
public java.lang.String getName()
PersistentManagerBase
内の getName
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |