Uses of Class
org.codehaus.activemq.transport.DiscoveryEvent

Packages that use DiscoveryEvent
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
 

Uses of DiscoveryEvent in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport with parameters of type DiscoveryEvent
 void DiscoveryListener.addService(DiscoveryEvent event)
          A service has started
 void DiscoveryListener.removeService(DiscoveryEvent event)
          A service has stopped
 void DiscoveryNetworkConnector.addService(DiscoveryEvent event)
           
 void DiscoveryNetworkConnector.removeService(DiscoveryEvent event)
           
 void DiscoveryTransportChannel.addService(DiscoveryEvent event)
           
 void DiscoveryTransportChannel.removeService(DiscoveryEvent event)
           
protected  void DiscoveryAgentSupport.fireAddService(DiscoveryEvent event)
           
protected  void DiscoveryAgentSupport.fireRemoveService(DiscoveryEvent event)
           
 



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