org.softamis.net.registry
Interface DiscoverableProvidingRegistry<K extends java.io.Serializable,V extends java.io.Serializable>

Type Parameters:
K - type of keys used to identify registry items
V - type of values stored in the registry
All Superinterfaces:
ProvidingRegistry<K,V>
All Known Implementing Classes:
AbstractProvidingRegistry, DefaultProvidingRegistry, DefaultProvidingRegistry

public interface DiscoverableProvidingRegistry<K extends java.io.Serializable,V extends java.io.Serializable>
extends ProvidingRegistry<K,V>

Extension to ProvidingRegistry that allows to obtain content of items that was published by particular ProvidingRegistry.

Author:
Andrew Sazonov
See Also:
ProvidingRegistry

Method Summary
 java.util.List<java.util.Map.Entry<K,V>> getOwnItems()
          List of items that were published by this provider registry
 
Methods inherited from interface org.softamis.net.registry.ProvidingRegistry
notifyAllRegistrations, registerItem, unregisterAllItems, unRegisterItem
 

Method Detail

getOwnItems

java.util.List<java.util.Map.Entry<K,V>> getOwnItems()
List of items that were published by this provider registry

Returns:
items