nablarch.common.handler.threadcontext
クラス InternalRequestIdAttribute

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

public class InternalRequestIdAttribute
extends RequestIdAttribute

内部リクエストIDを保持するスレッドコンテキスト属性。


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

コンストラクタの詳細

InternalRequestIdAttribute

public InternalRequestIdAttribute()
メソッドの詳細

getKey

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

定義:
インタフェース ThreadContextAttribute<nablarch.fw.Request<?>> 内の getKey
オーバーライド:
クラス RequestIdAttribute 内の getKey
戻り値:
プロパティのキー名