Uses of Class
ca.mcgill.cs.postina.scribe.ScribeTopic

Packages that use ScribeTopic
ca.mcgill.cs.postina.scribe   
ca.mcgill.cs.postina.util   
 

Uses of ScribeTopic in ca.mcgill.cs.postina.scribe
 

Methods in ca.mcgill.cs.postina.scribe with parameters of type ScribeTopic
protected  void ScribeApplication.publish(ScribeTopic topic, PostinaScribeTransportMessage content)
          Publishes the given ScribeTransportMessage to the given topic.
protected  void ScribeApplication.subscribe(ScribeTopic topic, PostinaScribeTransportMessage content)
          Subscribes this ScribeApplication to the given ScribeTopic.
protected  void ScribeApplication.unsubscribe(ScribeTopic topic)
          Unsubscribes this ScribeApplication from the given ScribeTopic.
 

Uses of ScribeTopic in ca.mcgill.cs.postina.util
 

Methods in ca.mcgill.cs.postina.util that return types with arguments of type ScribeTopic
static java.util.Collection<ScribeTopic> ListTransformation.getScribeTopicArrayList(java.util.Collection<PostinaTopic> coll)
          This static method takes a collection of PostinaTopics as input and casts all elements of the collection to a ScribeTopic.
 

Method parameters in ca.mcgill.cs.postina.util with type arguments of type ScribeTopic
static java.util.Collection<java.util.Collection<rice.p2p.scribe.Topic>> ListTransformation.getLimitedLengthTopicArrayList(java.util.Collection<ScribeTopic> coll)
          This static method takes a collection of ScribeTopics as input and casts all elements of the collection to a Topic to return them in a collection containing collections.
static java.util.Collection<rice.p2p.scribe.Topic> ListTransformation.getTopicArrayList(java.util.Collection<ScribeTopic> coll)
          This static method takes a collection of ScribeTopics as input and casts all elements of the collection to a Topic.