| Interface | Description | 
|---|---|
| Identifiable | 
 This interface imposes that each object of the class that implements it
 has an identifier. 
 | 
| NameAssignment | 
 Pair of an identifier and an address 
 | 
| Naming | 
 Implementations of this interface facilitate address lookups based on
 Identifiers and allow to register and unregister addresses for Identifiers. 
 | 
| NamingLookup | 
 Implementations of this interface facilitate address lookups based on
 Identifiers. 
 | 
| NamingRegistry | 
 Allows to register and unregister addresses for Identifiers. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.