org.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.1.1 $

Method Summary
 void addService(DiscoveryEvent event)
          A service has started
 void removeService(DiscoveryEvent event)
          A service has stopped
 

Method Detail

addService

void addService(DiscoveryEvent event)
A service has started

Parameters:
event -

removeService

void removeService(DiscoveryEvent event)
A service has stopped

Parameters:
event -


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