Class HandlerListProtector<T>

java.lang.Object
nablarch.fw.invoker.HandlerListProtector<T>
Type Parameters:
T - ハンドラの型

public class HandlerListProtector<T> extends Object
ハンドラリストを保護するクラス。

デフォルトでは、ハンドラリストのインスタンスは変更に対して保護される。 変更が必要な場合、適切な保護モードHandlerListProtector.ProtectModeを設定する。

  • Constructor Details

    • HandlerListProtector

      public HandlerListProtector()
      コンストラクタ。
    • HandlerListProtector

      public HandlerListProtector(HandlerListProtector.ProtectMode protectMode)
      コンストラクタ。
      Parameters:
      protectMode - 保護モード
  • Method Details