クラス ChainedExceptionListener

java.lang.ObjectSE
org.springframework.jms.connection.ChainedExceptionListener
実装されたすべてのインターフェース:
ExceptionListenerEE

public class ChainedExceptionListener extends ObjectSE implements ExceptionListenerEE
チェーンをサポートする JMS ExceptionListener インターフェースの実装。複数の ExceptionListener インスタンスを順番に追加できます。
導入:
2.0
作成者:
Juergen Hoeller
  • コンストラクターの詳細

    • ChainedExceptionListener

      public ChainedExceptionListener()
  • メソッドの詳細

    • addDelegate

      public final void addDelegate(ExceptionListenerEE listener)
      ExceptionListener を連鎖デリゲートリストに追加します。
    • getDelegates

      public final ExceptionListenerEE[] getDelegates()
      すべての登録済み ExceptionListener デリゲートを(配列として)返します。
    • onException

      public void onException(JMSExceptionEE ex)
      次で指定:
      インターフェース ExceptionListenerEEonExceptionEE