Uses of Class
rice.tutorial.scribe.MyScribeClient

Packages that use MyScribeClient
rice.tutorial.scribe   
 

Uses of MyScribeClient in rice.tutorial.scribe
 

Method parameters in rice.tutorial.scribe with type arguments of type MyScribeClient
static NodeHandle ScribeTutorial.getRoot(NodeHandle seed, Hashtable<NodeHandle,MyScribeClient> appTable)
          Recursively crawl up the tree to find the root.
static void ScribeTutorial.printTree(Vector<MyScribeClient> apps)
          Note that this function only works because we have global knowledge.
static void ScribeTutorial.recursivelyPrintChildren(NodeHandle curNode, int recursionDepth, Hashtable<NodeHandle,MyScribeClient> appTable)
          Print's self, then children.
 



Copyright © 2010. All Rights Reserved.