@Published(tag="architect") public class FixedExecutionIdAttribute extends ExecutionIdAttribute
ThreadContext
)に固定の実行時IDを保持する。Constructor and Description |
---|
FixedExecutionIdAttribute() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.Object req,
ExecutionContext ctx)
スレッドコンテキストに格納するプロパティの値を返す。
|
void |
setExecutionId(java.lang.String executionId)
実行時IDを設定する。
|
getKey
public java.lang.Object getValue(java.lang.Object req, ExecutionContext ctx)
ExecutionIdAttribute
getValue
in interface ThreadContextAttribute<java.lang.Object>
getValue
in class ExecutionIdAttribute
req
- ハンドラの入力データctx
- 実行コンテキスト情報public void setExecutionId(java.lang.String executionId)
executionId
- 実行時ID