|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.util.Hashtable<NodeHandle,MyScribeClient> appTable)
Recursively crawl up the tree to find the root. |
static void |
ScribeTutorial.printTree(java.util.Vector<MyScribeClient> apps)
Note that this function only works because we have global knowledge. |
static void |
ScribeTutorial.recursivelyPrintChildren(NodeHandle curNode,
int recursionDepth,
java.util.Hashtable<NodeHandle,MyScribeClient> appTable)
Print's self, then children. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |