Uses of Interface
jakarta.jms.ExceptionListener
-
Packages that use ExceptionListener Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. -
-
Uses of ExceptionListener in jakarta.jms
Methods in jakarta.jms that return ExceptionListener Modifier and Type Method Description ExceptionListenerConnection. getExceptionListener()Gets theExceptionListenerobject for this connection.ExceptionListenerJMSContext. getExceptionListener()Gets theExceptionListenerobject for the JMSContext's connection.Methods in jakarta.jms with parameters of type ExceptionListener Modifier and Type Method Description voidConnection. setExceptionListener(ExceptionListener listener)Sets an exception listener for this connection.voidJMSContext. setExceptionListener(ExceptionListener listener)Sets an exception listener for the JMSContext's connection.
-