nablarch.common.handler.threadcontext
クラス ExecutionIdAttribute

java.lang.Object
  上位を拡張 nablarch.common.handler.threadcontext.ExecutionIdAttribute
すべての実装されたインタフェース:
ThreadContextAttribute<java.lang.Object>

public class ExecutionIdAttribute
extends java.lang.Object
implements ThreadContextAttribute<java.lang.Object>

スレッドコンテキストに保持する実行時ID。


コンストラクタの概要
ExecutionIdAttribute()
           
 
メソッドの概要
 java.lang.String getKey()
          スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
 java.lang.Object getValue(java.lang.Object req, nablarch.fw.ExecutionContext ctx)
          スレッドコンテキストに格納するプロパティの値を返す。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExecutionIdAttribute

public ExecutionIdAttribute()
メソッドの詳細

getKey

public java.lang.String getKey()
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。

定義:
インタフェース ThreadContextAttribute<java.lang.Object> 内の getKey
戻り値:
プロパティのキー名

getValue

public java.lang.Object getValue(java.lang.Object req,
                                 nablarch.fw.ExecutionContext ctx)
スレッドコンテキストに格納するプロパティの値を返す。

定義:
インタフェース ThreadContextAttribute<java.lang.Object> 内の getValue
パラメータ:
req - ハンドラの入力データ
ctx - 実行コンテキスト情報
戻り値:
プロパティの値