public class ExecutionIdAttribute extends Object implements ThreadContextAttribute<Object>
| Constructor and Description |
|---|
ExecutionIdAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
|
Object |
getValue(Object req,
nablarch.fw.ExecutionContext ctx)
スレッドコンテキストに格納するプロパティの値を返す。
|
public String getKey()
getKey in interface ThreadContextAttribute<Object>public Object getValue(Object req, nablarch.fw.ExecutionContext ctx)
getValue in interface ThreadContextAttribute<Object>req - ハンドラの入力データctx - 実行コンテキスト情報Copyright © 2020. All rights reserved.