Rice Pastry API

Uses of Class
rice.scribe.Topic

Packages that use Topic
rice.scribe   
rice.scribe.maintenance   
rice.scribe.messaging   
 

Uses of Topic in rice.scribe
 

Methods in rice.scribe that return Topic
 rice.scribe.Topic Scribe.getTopic(rice.pastry.NodeId topicId)
          Returns the topic object associated with topicId.
 

Uses of Topic in rice.scribe.maintenance
 

Methods in rice.scribe.maintenance with parameters of type Topic
 void MessageScribeMaintenance.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageScribeMaintenance.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void ScribeMaintainer.scheduleTR(rice.scribe.Topic topic)
          Starts a tree repair for a particular topic in the local node
 

Uses of Topic in rice.scribe.messaging
 

Methods in rice.scribe.messaging with parameters of type Topic
 void MessageAckOnSubscribe.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageAckOnSubscribe.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageAnycast.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageAnycast.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageCreate.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageCreate.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageHeartBeat.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic tp)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageHeartBeat.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessagePublish.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessagePublish.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageReplyFromParent.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic tp)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageReplyFromParent.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageRequestToParent.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic tp)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageRequestToParent.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageSubscribe.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageSubscribe.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 void MessageUnsubscribe.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
 boolean MessageUnsubscribe.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
abstract  void ScribeMessage.handleDeliverMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node receives a message for itself and wants to process it.
abstract  boolean ScribeMessage.handleForwardMessage(rice.scribe.Scribe scribe, rice.scribe.Topic topic)
          This method is called whenever the scribe node forwards a message in the scribe network.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection