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
All Implemented Interfaces:
javax.jms.ExceptionListener
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  javax.jms.ExceptionListener userListener
           
 
Constructor Summary
SingleConnectionFactory.InternalChainedExceptionListener(javax.jms.ExceptionListener internalListener, javax.jms.ExceptionListener userListener)
           
 
Method Summary
 javax.jms.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 javax.jms.ExceptionListener userListener
Constructor Detail

SingleConnectionFactory.InternalChainedExceptionListener

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

getUserListener

public javax.jms.ExceptionListener getUserListener()