org.codehaus.activemq.transport
Interface DiscoveryListener

All Known Implementing Classes:
DiscoveryNetworkConnector, DiscoveryTransportChannel

public interface DiscoveryListener

A listener of services being added or removed from a nework

Version:
$Revision: 1.1 $

Method Summary
 void addService(DiscoveryEvent event)
           
 void removeService(DiscoveryEvent event)
           
 

Method Detail

addService

public void addService(DiscoveryEvent event)

removeService

public void removeService(DiscoveryEvent event)


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