Class ThreadContextClearHandler
java.lang.Object
nablarch.common.handler.threadcontext.ThreadContextClearHandler
- All Implemented Interfaces:
- Handler<Object,,- Object> - InboundHandleable,- OutboundHandleable
public class ThreadContextClearHandler
extends Object
implements Handler<Object,Object>, InboundHandleable, OutboundHandleable 
ThreadContextHandlerで設定したThreadContext上の値をクリアするハンドラ。
 
 このハンドラより手前では、復路処理でもThreadContextにアクセスすることはできない。
 このため、極力先頭に設定する必要がある。
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionhandle(Object o, ExecutionContext context) 入力データに対する処理を実行する。handleInbound(ExecutionContext context) 前処理を実装する。handleOutbound(ExecutionContext context) 後処理を実装する。
- 
Constructor Details- 
ThreadContextClearHandlerpublic ThreadContextClearHandler()
 
- 
- 
Method Details- 
handleDescription copied from interface:Handler入力データに対する処理を実行する。
- 
handleInboundDescription copied from interface:InboundHandleable前処理を実装する。- Specified by:
- handleInboundin interface- InboundHandleable
- Parameters:
- context- ExecutionContext
- Returns:
- 処理結果オブジェクト
 
- 
handleOutboundDescription copied from interface:OutboundHandleable後処理を実装する。- Specified by:
- handleOutboundin interface- OutboundHandleable
- Parameters:
- context- ExecutionContext
- Returns:
- 処理結果オブジェクト
 
 
-