Rice Pastry API

Uses of Class
rice.p2p.scribe.messaging.SubscribeMessage

Packages that use SubscribeMessage
rice.p2p.scribe   
rice.p2p.scribe.testing   
rice.p2p.splitstream   
 

Uses of SubscribeMessage in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type SubscribeMessage
 boolean ScribePolicy.allowSubscribe(SubscribeMessage message, ScribeClient[] clients, NodeHandle[] children)
          This method is called when the newChild is about to become our child, and the policy should return whether or not the child should be allowed to become our child.
 boolean ScribePolicy.DefaultScribePolicy.allowSubscribe(SubscribeMessage message, ScribeClient[] clients, NodeHandle[] children)
          This method always return true;
 boolean ScribePolicy.LimitedScribePolicy.allowSubscribe(SubscribeMessage message, ScribeClient[] clients, NodeHandle[] children)
          This method returns (children.length < maxChildren-1);
 

Uses of SubscribeMessage in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type SubscribeMessage
 boolean ScribeRegrTest.TestScribePolicy.allowSubscribe(SubscribeMessage message, ScribeClient[] clients, NodeHandle[] children)
          DESCRIBE THE METHOD
 

Uses of SubscribeMessage in rice.p2p.splitstream
 

Methods in rice.p2p.splitstream with parameters of type SubscribeMessage
 boolean SplitStreamScribePolicy.allowSubscribe(SubscribeMessage message, ScribeClient[] clients, NodeHandle[] children)
          This method implements the "locating parent" algorithm of SplitStream.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection