Rice Pastry API

Uses of Class
rice.scribe.messaging.MessageAnycast

Packages that use MessageAnycast
rice.scribe   
rice.scribe.testing   
 

Uses of MessageAnycast in rice.scribe
 

Methods in rice.scribe with parameters of type MessageAnycast
 boolean IScribe.anycast(rice.pastry.NodeId groupId, rice.scribe.messaging.MessageAnycast anycastMessage, rice.pastry.security.Credentials cred)
          An application can create sub-classes of MessageAnycast type of messages and write their own handling functions so as to take care of routing of these messages and also to handle cases where the anycast message reaches an intermediate node where there is no application running to take care of it.
 boolean Scribe.anycast(rice.pastry.NodeId groupID, rice.scribe.messaging.MessageAnycast anycastMessage, rice.pastry.security.Credentials cred)
          An application can create sub-classes of MessageAnycast type of messages and write their own handling functions so as to do some application-specific predicate searching.
 

Uses of MessageAnycast in rice.scribe.testing
 

Subclasses of MessageAnycast in rice.scribe.testing
 class DirectScribeMaintenanceTest.TestAnycastMessage
          A dummy test message used for checking if anycast is doing DFS correctly.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection