クラス PerformanceMonitorInterceptor

実装されたすべてのインターフェース:
SerializableSEAdviceInterceptorMethodInterceptor

public class PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor
パフォーマンス監視用のシンプルな AOP アライアンス MethodInterceptor。このインターセプターは、インターセプトされたメソッド呼び出しに影響を与えません。

実際のパフォーマンス測定には StopWatch を使用します。

作成者:
Rod Johnson, Dmitriy Kopylenko, Rob Harrop
関連事項:
  • コンストラクターの詳細

    • PerformanceMonitorInterceptor

      public PerformanceMonitorInterceptor()
      静的ロガーを使用して新しい PerformanceMonitorInterceptor を作成します。
    • PerformanceMonitorInterceptor

      public PerformanceMonitorInterceptor(boolean useDynamicLogger)
      与えられたフラグに従って、動的または静的ロガーで新しい PerformanceMonitorInterceptor を作成します。
      パラメーター:
      useDynamicLogger - 動的ロガーと静的ロガーのどちらを使用するか
      関連事項:
  • メソッドの詳細