Uses of Class
com.rbnb.sapi.ChannelTree.Node

Packages that use ChannelTree.Node
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of ChannelTree.Node in com.rbnb.sapi
 

Methods in com.rbnb.sapi that return ChannelTree.Node
 ChannelTree.Node ChannelTree.findNode(String fullname)
          Returns the node which exactly matches the given full name, or null.
 ChannelTree.Node ChannelTree.Node.getParent()
          Returns the parent of this node, or null.