Uses of Interface
org.apache.directory.server.core.partition.tree.Node

Packages that use Node
org.apache.directory.server.core.partition.tree  
 

Uses of Node in org.apache.directory.server.core.partition.tree
 

Classes in org.apache.directory.server.core.partition.tree that implement Node
 class BranchNode
          The Partition Container holds entries which can be either Partitions or Containers.
 class LeafNode
          A leaf node which stores a Partition.
 

Methods in org.apache.directory.server.core.partition.tree that return Node
 Node BranchNode.getChild(java.lang.String rdn)
          Get's a child using an rdn string.
 

Methods in org.apache.directory.server.core.partition.tree with parameters of type Node
 BranchNode BranchNode.addNode(java.lang.String rdn, Node child)
          Directly adds a new child Node to the current BranchNode.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.