Package p2ps.discovery

Interface Summary
Advertisement The base class for all advertisements
AdvertisementInstantiator An interface implemented by classes that turn xml input into advertisement classes.
DefaultAdvertisement An interface implememted by an advertisement class that is populated when the type of advert is not known to the advertisement factory
DefaultQuery An interface implememted by an query class that is populated when the type of query is not known to the advertisement factory
DiscoveryCache The interface to a discovery cache module
DiscoveryListener An interface implemented by classes wishing to be notified when adverts are discovered
DiscoveryService The interface responsible for discovering and publishing advertisements
Query The base class for all queries
 

Class Summary
AdvertisementFactory A factory for creating new Adevrtisement instances (also Query instances as Query is a sub-class of Advertisement).
DiscoveryEvent The event generated when an advert is discovered by the discovery listener.