Uses of Interface
org.activemq.advisories.ConnectionAdvisoryEventListener

Packages that use ConnectionAdvisoryEventListener
org.activemq.advisories Helper classes for listening to advisory messages. 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
 

Uses of ConnectionAdvisoryEventListener in org.activemq.advisories
 

Methods in org.activemq.advisories with parameters of type ConnectionAdvisoryEventListener
 void ConnectionAdvisor.addListener(ConnectionAdvisoryEventListener l)
          Add a listener
 void ConnectionAdvisor.removeListener(ConnectionAdvisoryEventListener l)
          Remove a listener
 

Uses of ConnectionAdvisoryEventListener in org.activemq.transport
 

Classes in org.activemq.transport that implement ConnectionAdvisoryEventListener
 class NetworkChannel
          Represents a broker's connection with a single remote broker which bridges the two brokers to form a network.
 class RemoteNetworkChannel
          Represents a Boondocks broker's connection with a single remote broker which bridges the two brokers to form a network.
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.