Uses of Interface
jakarta.jms.ExceptionListener
-
Uses of ExceptionListener in jakarta.jms
Methods in jakarta.jms that return ExceptionListenerModifier and TypeMethodDescriptionConnection.getExceptionListener()Gets theExceptionListenerobject for this connection.JMSContext.getExceptionListener()Gets theExceptionListenerobject for the JMSContext's connection.Methods in jakarta.jms with parameters of type ExceptionListenerModifier and TypeMethodDescriptionvoidConnection.setExceptionListener(ExceptionListener listener) Sets an exception listener for this connection.voidJMSContext.setExceptionListener(ExceptionListener listener) Sets an exception listener for the JMSContext's connection.