Uses of Interface
org.apache.qpid.jms.JmsConnectionListener
-
Packages that use JmsConnectionListener Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes. -
-
Uses of JmsConnectionListener in org.apache.qpid.jms
Methods in org.apache.qpid.jms with parameters of type JmsConnectionListener Modifier and Type Method Description voidJmsConnection. addConnectionListener(JmsConnectionListener listener)Adds a JmsConnectionListener so that a client can be notified of events in the underlying connection and its state.booleanJmsConnection. removeConnectionListener(JmsConnectionListener listener)Removes a JmsConnectionListener that was previously registered.
-