Uses of Interface
javax.jms.ExceptionListener
-
-
Uses of ExceptionListener in javax.jms
Methods in javax.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 javax.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.
-