Uses of Package
solar.service.directory

Packages that use solar.service.directory
solar Contains some basic Solar classes, such as client facade, Planet, and global constants. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.dan.lang Language parser for DAN service. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.directory.comm Events and requests for directory service. 
solar.service.multicast Contains the event multicasting service. 
 

Classes in solar.service.directory used by solar
DirectoryListener
          An observer for the directory events, such as the arrival of new names and removal of existing names, et al.
Name
          The interface for the names stored in the directory.
NameRecord
          A record kept corresponding to a named resource, including its guid and current address.
 

Classes in solar.service.directory used by solar.service.dan
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.
NameRecord
          A record kept corresponding to a named resource, including its guid and current address.
 

Classes in solar.service.directory used by solar.service.dan.lang
Name
          The interface for the names stored in the directory.
 

Classes in solar.service.directory used by solar.service.directory
Directory
          Interface for directory containing advertisements.
DirectoryConstants
          Constants for directory service.
DirectoryException
          An exception thrown by directory services.
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.
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.
 

Classes in solar.service.directory used by solar.service.directory.comm
DirectoryListener
          An observer for the directory events, such as the arrival of new names and removal of existing names, et al.
Name
          The interface for the names stored in the directory.
NameRecord
          A record kept corresponding to a named resource, including its guid and current address.
 

Classes in solar.service.directory used by solar.service.multicast
DirectoryService
          Directory service handles naming and resource discovery.
Name
          The interface for the names stored in the directory.