Package solar.service.directory

Contains directory service that allows name advertisements and lookups.

See:
          Description

Interface Summary
Directory Interface for directory containing advertisements.
DirectoryConstants Constants for directory service.
DirectoryListener An observer for the directory events, such as the arrival of new names and removal of existing names, et al.
DirectoryService Directory service handles naming and resource discovery.
Name The interface for the names stored in the directory.
 

Class Summary
Advertisement A directory advertisement includes a full name and corresponding name record.
CentralDirectoryService A centralized directory service, which requires a rpc and a transport services.
DistDirectoryService A distributed implementation of directory service.
FlatDirectory A flat directory is a hashtable with name strands as the keys.
NameNode A node in the directory tree, either an internal node or a leaf node.
NameRecord A record kept corresponding to a named resource, including its guid and current address.
PlainName A name with strings encoded in square brackets.
RemoteDirectoryListener A proxy class for remote name observer.
TreeDirectory A hierarchical directory containing all or part of registered names, not implemented yet.
 

Exception Summary
DirectoryException An exception thrown by directory services.
 

Package solar.service.directory Description

Contains directory service that allows name advertisements and lookups.