Uses of Interface
javax.jms.ExceptionListener

Packages that use ExceptionListener
com.caucho.jms.connection   
javax.jms   
 

Uses of ExceptionListener in com.caucho.jms.connection
 

Methods in com.caucho.jms.connection that return ExceptionListener
 ExceptionListener ConnectionImpl.getExceptionListener()
          Returns the connection's exception listener.
 

Methods in com.caucho.jms.connection with parameters of type ExceptionListener
 void ConnectionImpl.setExceptionListener(ExceptionListener listener)
          Returns the connection's exception listener.
 

Uses of ExceptionListener in javax.jms
 

Methods in javax.jms that return ExceptionListener
 ExceptionListener Connection.getExceptionListener()
           
 

Methods in javax.jms with parameters of type ExceptionListener
 void Connection.setExceptionListener(ExceptionListener listener)