jms4spread
Interface ExceptionListener


public interface ExceptionListener

If JMS4Spread discovers a serious problem, it notifies the Exception Listener. ExceptionListener enables clients to be notified about Exceptions asyncronously.


Method Summary
 void onException(JMSException exception)
          Notifies the client on JMSException
 

Method Detail

onException

public void onException(JMSException exception)
Notifies the client on JMSException