Uses of Interface
javax.jms.ExceptionListener
-
Uses of ExceptionListener in javax.jms
Methods in javax.jms that return ExceptionListenerModifier and TypeMethodDescriptionConnection.getExceptionListener()
Gets theExceptionListener
object for this connection.JMSContext.getExceptionListener()
Gets theExceptionListener
object for the JMSContext's connection.Methods in javax.jms with parameters of type ExceptionListenerModifier and TypeMethodDescriptionvoid
Connection.setExceptionListener
(ExceptionListener listener) Sets an exception listener for this connection.void
JMSContext.setExceptionListener
(ExceptionListener listener) Sets an exception listener for the JMSContext's connection.