Rice Pastry API

Uses of Interface
rice.scribe.IScribeApp

Packages that use IScribeApp
rice.pastry.multiring   
rice.scribe   
rice.scribe.testing   
 

Uses of IScribeApp in rice.pastry.multiring
 

Classes in rice.pastry.multiring that implement IScribeApp
 class MultiRingAppl
          Class which represents a pastry node which is in multiple rings.
 

Uses of IScribeApp in rice.scribe
 

Methods in rice.scribe that return IScribeApp
 rice.scribe.IScribeApp[] Topic.getApps()
          Gets all the applications that wish to receive events regarding this Topic.
 

Methods in rice.scribe with parameters of type IScribeApp
 void IScribe.registerApp(rice.scribe.IScribeApp app)
          Registers the IScribeApp to the Scribe substrate.
 boolean IScribe.join(rice.pastry.NodeId groupID, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred)
          Joins a multicast group/topic.
 boolean IScribe.join(rice.pastry.NodeId groupID, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred, java.io.Serializable obj)
          Joins a multicast group/topic.
 boolean IScribe.leave(rice.pastry.NodeId groupID, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred)
          Leaving a multicast group/topic.
 void Scribe.registerApp(rice.scribe.IScribeApp app)
          Registers the IScribeApp to the Scribe substrate.
 boolean Scribe.join(rice.pastry.NodeId topicId, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred)
          Joins a multicast group/topic.
 boolean Scribe.join(rice.pastry.NodeId topicId, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred, java.io.Serializable obj)
          Joins a multicast group/topic.
 boolean Scribe.leave(rice.pastry.NodeId topicId, rice.scribe.IScribeApp subscriber, rice.pastry.security.Credentials cred)
          Leaving a multicast group/topic.
 void Topic.subscribe(rice.scribe.IScribeApp app)
          Register an application as a subscriber to this Topic, so that the application receives events related to the Topic.
 void Topic.unsubscribe(rice.scribe.IScribeApp app)
          Unregister an application as a Subscriber to this Topic, so that the application no longer receives events regarding this Topic.
 

Uses of IScribeApp in rice.scribe.testing
 

Classes in rice.scribe.testing that implement IScribeApp
 class BasicScribeRegrTestApp
           
 class DirectScribeMaintenanceTestApp
           
 class DistScribeRegrTestApp
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection