Uses of Class
ca.mcgill.cs.postina.PostinaNotConnectedException

Packages that use PostinaNotConnectedException
ca.mcgill.cs.postina Provides the classes and methodes publicly available to users of Postina. 
ca.mcgill.cs.postina.scribe   
 

Uses of PostinaNotConnectedException in ca.mcgill.cs.postina
 

Methods in ca.mcgill.cs.postina that throw PostinaNotConnectedException
 void PostinaNetworkLayer.broadcast(java.io.Serializable content)
          This method broadcasts a serializable, that is it all clients in the network will receive this message.
 void PostinaNetworkLayer.disconnect()
          Disconnects the node from the P2P-network.
 PostinaID PostinaNetworkLayer.getID()
          Gets the PostinaID of the current client.
 PostinaMessage PostinaNetworkLayer.getNextMessage()
          Gets the next message in the queue.
 PostinaTopic PostinaNetworkLayer.getTopic(java.lang.String topicName)
          Gets the PostinaTopic for a given string name of a topic.
 void PostinaNetworkLayer.publish(PostinaTopic topic, java.io.Serializable content)
          Publishes a message to a PostinaTopic.
 void PostinaNetworkLayer.publish(java.lang.String topicName, java.io.Serializable content)
          Publishes a message to the topic identified by a string.
 void PostinaNetworkLayer.send(PostinaID destination, java.io.Serializable content)
          Sends a message directly to the client identified by the PostinaID.
 void PostinaNetworkLayer.sendReliable(PostinaID destination, java.io.Serializable content)
           
 void PostinaNetworkLayer.subscribe(java.util.Collection<PostinaTopic> topics)
          Subscribes the current client to the Collection of PostinaTopics.
 void PostinaNetworkLayer.subscribe(PostinaTopic topic)
          Subscribes the current client to a PostinaTopic.
 void PostinaNetworkLayer.subscribe(java.lang.String topicName)
          Subscribes the current client to the topic identified by a string.
 void PostinaNetworkLayer.subscribeOther(java.util.Collection<PostinaTopic> topics, PostinaID client)
          Subscribes the client specified by the PostinaID to a Collection of PostinaTopics.
 void PostinaNetworkLayer.subscribeOther(PostinaTopic topic, PostinaID client)
          Subscribes the client specified by the PostinaID to a PostinaTopic.
 void PostinaNetworkLayer.subscribeOther(java.lang.String topicName, PostinaID client)
          Subscribes the client specified by the PostinaID to the topic identified by the string.
 void PostinaNetworkLayer.unsubscribe(java.util.Collection<PostinaTopic> topics)
          Unsubscribes the current client from the Collection of PostinaTopics.
 void PostinaNetworkLayer.unsubscribe(PostinaTopic topic)
          Unsubscribes the current client from the PostinaTopic.
 void PostinaNetworkLayer.unsubscribe(java.lang.String topicName)
          Unsubscribes the current client from the topic identified by the given string.
 void PostinaNetworkLayer.unsubscribeOther(java.util.Collection<PostinaTopic> topics, PostinaID client)
          Unsubscribes the client specified by the PostinaID from a Collectionof PostinaTopics.
 void PostinaNetworkLayer.unsubscribeOther(PostinaTopic topic, PostinaID client)
          Unsubscribes the client specified by the PostinaID to a PostinaTopic.
 void PostinaNetworkLayer.unsubscribeOther(java.lang.String topicName, PostinaID client)
          Unsubscribes the client specified by the PostinaID from the topic identified by the string.
 

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

Methods in ca.mcgill.cs.postina.scribe that throw PostinaNotConnectedException
 void ScribeNetworkLayer.broadcast(java.io.Serializable content)
           
 void ScribeNetworkLayer.disconnect()
           
 PostinaID ScribeNetworkLayer.getID()
           
 PostinaMessage ScribeNetworkLayer.getNextMessage()
           
 PostinaTopic ScribeNetworkLayer.getTopic(java.lang.String topicName)
           
 void ScribeNetworkLayer.publish(PostinaTopic topic, java.io.Serializable content)
           
 void ScribeNetworkLayer.publish(java.lang.String topicName, java.io.Serializable content)
           
 void ScribeNetworkLayer.send(PostinaID destination, java.io.Serializable content)
           
 void ScribeNetworkLayer.sendReliable(PostinaID destination, java.io.Serializable content)
           
 void ScribeNetworkLayer.subscribe(java.util.Collection<PostinaTopic> topics)
           
 void ScribeNetworkLayer.subscribe(PostinaTopic topic)
           
 void ScribeNetworkLayer.subscribe(java.lang.String topicName)
           
 void ScribeNetworkLayer.subscribeOther(java.util.Collection<PostinaTopic> topics, PostinaID client)
           
 void ScribeNetworkLayer.subscribeOther(PostinaTopic topic, PostinaID client)
           
 void ScribeNetworkLayer.subscribeOther(java.lang.String topicName, PostinaID client)
           
 void ScribeNetworkLayer.unsubscribe(java.util.Collection<PostinaTopic> topics)
           
 void ScribeNetworkLayer.unsubscribe(PostinaTopic topic)
           
 void ScribeNetworkLayer.unsubscribe(java.lang.String topicName)
           
 void ScribeNetworkLayer.unsubscribeOther(java.util.Collection<PostinaTopic> topics, PostinaID client)
           
 void ScribeNetworkLayer.unsubscribeOther(PostinaTopic topic, PostinaID client)
           
 void ScribeNetworkLayer.unsubscribeOther(java.lang.String topicName, PostinaID client)