JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
G
I
L
N
S
U
D
DbManagedExpiration
- Class in
nablarch.common.web.session
DBを使用した
Expiration
実装クラス。
DbManagedExpiration()
- Constructor for class nablarch.common.web.session.
DbManagedExpiration
DbStore
- Class in
nablarch.common.web.session.store
セッションの内容をDBに格納/読み込みする
DbStore
。
デフォルトのストア名は"db"。
DbStore()
- Constructor for class nablarch.common.web.session.store.
DbStore
コンストラクタ。
delete(String, ExecutionContext)
- Method in class nablarch.common.web.session.store.
DbStore
G
getExpirationDatetimeName()
- Method in class nablarch.common.web.session.store.
UserSessionSchema
有効期限(DATETIME)カラムの名前を取得する。
getSessionIdName()
- Method in class nablarch.common.web.session.store.
UserSessionSchema
セッションIDカラムの名前を取得する。
getSessionObjectName()
- Method in class nablarch.common.web.session.store.
UserSessionSchema
セッションオブジェクトカラムの名前を取得する。
I
initialize()
- Method in class nablarch.common.web.session.
DbManagedExpiration
initialize()
- Method in class nablarch.common.web.session.store.
DbStore
初期化処理。
invalidate(String, ExecutionContext)
- Method in class nablarch.common.web.session.store.
DbStore
isDeterminable(String, ExecutionContext)
- Method in class nablarch.common.web.session.
DbManagedExpiration
isExpired(String, long, ExecutionContext)
- Method in class nablarch.common.web.session.
DbManagedExpiration
L
load(String, ExecutionContext)
- Method in class nablarch.common.web.session.store.
DbStore
N
nablarch.common.web.session
- package nablarch.common.web.session
nablarch.common.web.session.store
- package nablarch.common.web.session.store
S
save(String, List<SessionEntry>, ExecutionContext)
- Method in class nablarch.common.web.session.store.
DbStore
ユーザセッションテーブルにセッション情報を保存する。
saveExpirationDateTime(String, long, ExecutionContext)
- Method in class nablarch.common.web.session.
DbManagedExpiration
setDbManager(SimpleDbTransactionManager)
- Method in class nablarch.common.web.session.
DbManagedExpiration
DbManagerのインスタンスをセットする。
setDbManager(SimpleDbTransactionManager)
- Method in class nablarch.common.web.session.store.
DbStore
DbManagerのインスタンスをセットする。
setExpirationDatetimeName(String)
- Method in class nablarch.common.web.session.store.
UserSessionSchema
有効期限(DATETIME)カラムの名前を設定する。
setSessionIdName(String)
- Method in class nablarch.common.web.session.store.
UserSessionSchema
セッションIDカラムの名前を設定する。
setSessionObjectName(String)
- Method in class nablarch.common.web.session.store.
UserSessionSchema
セッションオブジェクトカラムの名前を設定する。
setUserSessionSchema(UserSessionSchema)
- Method in class nablarch.common.web.session.
DbManagedExpiration
ユーザセッションテーブルのスキーマをセットする。
setUserSessionSchema(UserSessionSchema)
- Method in class nablarch.common.web.session.store.
DbStore
ユーザセッションテーブルのスキーマをセットする。
U
UserSessionSchema
- Class in
nablarch.common.web.session.store
ユーザセッションテーブルのスキーマ情報を保持するクラス。
UserSessionSchema()
- Constructor for class nablarch.common.web.session.store.
UserSessionSchema
D
G
I
L
N
S
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.