Rice Pastry API

Uses of Interface
rice.p2p.scribe.ScribeMultiClient

Packages that use ScribeMultiClient
rice.p2p.scribe   
rice.p2p.scribe.messaging   
 

Uses of ScribeMultiClient in rice.p2p.scribe
 

Classes in rice.p2p.scribe that implement ScribeMultiClient
static class ScribeImpl.ScribeClientConverter
          Adapts an old ScribeClient to a new ScribeMultiClient
 

Fields in rice.p2p.scribe with type parameters of type ScribeMultiClient
protected  java.util.ArrayList<ScribeMultiClient> ScribeImpl.TopicManager.clients
          DESCRIBE THE FIELD
 

Methods in rice.p2p.scribe that return ScribeMultiClient
protected  ScribeMultiClient ScribeImpl.getMultiClient(ScribeClient client)
           
 

Methods in rice.p2p.scribe that return types with arguments of type ScribeMultiClient
 java.util.Collection<ScribeMultiClient> ScribeImpl.TopicManager.getClients()
          Gets the Clients attribute of the TopicManager object
 

Methods in rice.p2p.scribe with parameters of type ScribeMultiClient
 void ScribeImpl.TopicManager.addClient(ScribeMultiClient client)
          Adds a feature to the Client attribute of the TopicManager object
 boolean ScribeImpl.TopicManager.removeClient(ScribeMultiClient client)
          DESCRIBE THE METHOD
 void ScribeImpl.subscribe(java.util.Collection<Topic> theTopics, ScribeMultiClient client, RawScribeContent content, NodeHandle hint)
           
 

Method parameters in rice.p2p.scribe with type arguments of type ScribeMultiClient
protected  java.util.Collection<ScribeClient> ScribeImpl.getSimpleClients(java.util.Collection<ScribeMultiClient> multi)
           
 

Uses of ScribeMultiClient in rice.p2p.scribe.messaging
 

Methods in rice.p2p.scribe.messaging that return ScribeMultiClient
 ScribeMultiClient SubscribeLostMessage.getClient()
           
 

Constructors in rice.p2p.scribe.messaging with parameters of type ScribeMultiClient
SubscribeLostMessage(NodeHandle source, java.util.Collection<Topic> topics, int id, ScribeMultiClient client)
          Constructor which takes a unique integer Id
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.