public class

ChainedExceptionListener

extends Object
java.lang.Object
   ↳ org.springframework.jms.connection.ChainedExceptionListener

Class Overview

Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.

Summary

Public Constructors
ChainedExceptionListener()
Public Methods
final void addDelegate(ExceptionListener listener)
Add an ExceptionListener to the chained delegate list.
final ExceptionListener[] getDelegates()
Return all registered ExceptionListener delegates (as array).
void onException(JMSException ex)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ChainedExceptionListener ()

Public Methods

public final void addDelegate (ExceptionListener listener)

Add an ExceptionListener to the chained delegate list.

public final ExceptionListener[] getDelegates ()

Return all registered ExceptionListener delegates (as array).

public void onException (JMSException ex)