solar.service.directory
Class TreeDirectory

java.lang.Object
  |
  +--solar.service.directory.TreeDirectory

class TreeDirectory
extends java.lang.Object

A hierarchical directory containing all or part of registered names, not implemented yet.

Version:
$Id: TreeDirectory.java,v 1.3 2003/10/05 18:50:56 glchen Exp $
Author:
Guanling Chen

Field Summary
protected  NameNode _root
           
 
Constructor Summary
(package private) TreeDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_root

protected NameNode _root
Constructor Detail

TreeDirectory

TreeDirectory()