Package nablarch.fw

Interface OutboundHandleable

All Known Implementing Classes:
DbConnectionManagementHandler, ThreadContextClearHandler, ThreadContextHandler, TransactionManagementHandler

public interface OutboundHandleable
後処理実行可能なハンドラであるマーカインタフェース。
  • Method Details

    • handleOutbound

      Result handleOutbound(ExecutionContext context)
      後処理を実装する。
      Parameters:
      context - ExecutionContext
      Returns:
      処理結果オブジェクト