Uses of Class
solar.service.directory.NameNode

Packages that use NameNode
solar.service.directory Contains directory service that allows name advertisements and lookups. 
 

Uses of NameNode in solar.service.directory
 

Fields in solar.service.directory declared as NameNode
protected  NameNode NameNode._parent
           
protected  NameNode TreeDirectory._root
           
 

Methods in solar.service.directory that return NameNode
 NameNode NameNode.getParent()
          Return the parent node of this name node.
 NameNode NameNode.createChild(java.lang.String label)
          Create a new child with specified label.
 NameNode NameNode.getChild(java.lang.String label)
          Return a child node with specified label.
 

Methods in solar.service.directory with parameters of type NameNode
private  java.util.List FlatDirectory.getAttributes(NameNode node)
           
 void NameNode.setParent(NameNode parent)
          Set the parent node of this name node.
 void NameNode.addChild(NameNode child)
          Add a child, either another name node or a name record.