org.springframework.jms.connection
Class SingleConnectionFactory.InternalChainedExceptionListener

java.lang.Object
  extended by org.springframework.jms.connection.ChainedExceptionListener
      extended by org.springframework.jms.connection.SingleConnectionFactory.InternalChainedExceptionListener
Enclosing class:
SingleConnectionFactory

private static class SingleConnectionFactory.InternalChainedExceptionListener
extends ChainedExceptionListener

Internal chained ExceptionListener for handling the internal recovery listener in combination with a user-specified listener.


Field Summary
private  ExceptionListener userListener
           
 
Constructor Summary
SingleConnectionFactory.InternalChainedExceptionListener(ExceptionListener internalListener, ExceptionListener userListener)
           
 
Method Summary
 ExceptionListener getUserListener()
           
 
Methods inherited from class org.springframework.jms.connection.ChainedExceptionListener
addDelegate, getDelegates, onException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userListener

private ExceptionListener userListener
Constructor Detail

SingleConnectionFactory.InternalChainedExceptionListener

public SingleConnectionFactory.InternalChainedExceptionListener(ExceptionListener internalListener,
                                                                ExceptionListener userListener)
Method Detail

getUserListener

public ExceptionListener getUserListener()