A B C D E F G H I K L M N O P R S T U

C

ca.mcgill.cs.postina - package ca.mcgill.cs.postina
Provides the classes and methodes publicly available to users of Postina.
ca.mcgill.cs.postina.scribe - package ca.mcgill.cs.postina.scribe
 
ca.mcgill.cs.postina.util - package ca.mcgill.cs.postina.util
 
ca.mcgill.cs.postina.util.properties - package ca.mcgill.cs.postina.util.properties
 
cancelMessage(MessageID) - Method in class ca.mcgill.cs.postina.scribe.ScribeApplication.messageHandler
A message that has timed out a certain number of times (specified in the properties) will not be resent anymore.
checkAcks() - Method in class ca.mcgill.cs.postina.scribe.ScribeApplication.messageHandler
This method checks if any message has timed out since the last check and takes the appropriate action.
childAdded(Topic, NodeHandle) - Method in class ca.mcgill.cs.postina.scribe.ScribeApplication
 
childRemoved(Topic, NodeHandle) - Method in class ca.mcgill.cs.postina.scribe.ScribeApplication
 
clientIsAlive(Id) - Method in class ca.mcgill.cs.postina.scribe.ScribeApplication.messageHandler
This method indicates if a given client has been declared dead in the past.
clientLeft(PostinaID) - Method in interface ca.mcgill.cs.postina.PostinaClientListener
The method clientLeft is called when a client has left or is supposed to have left the network.
clientLeft(PostinaID) - Method in class ca.mcgill.cs.postina.scribe.ScribeNetworkLayer
 
clientListeners - Variable in class ca.mcgill.cs.postina.scribe.ScribeApplication
The ArrayList containing all listeners registered to the ScribeApplication for changes on clients.
clientListenersToNetworkLayer - Variable in class ca.mcgill.cs.postina.scribe.ScribeNetworkLayer
 
connect() - Method in interface ca.mcgill.cs.postina.PostinaNetworkLayer
Connects to the P2P-network and initializes the node.
connect(InetAddress, int, Collection<InetSocketAddress>) - Method in interface ca.mcgill.cs.postina.PostinaNetworkLayer
This method is an alternative to the other connect method to specify all configuration parameters as an argument, which is especially important for the localBindAddress.
connect(int, Collection<InetSocketAddress>) - Method in interface ca.mcgill.cs.postina.PostinaNetworkLayer
Connects to the P2P-network and initializes the node.
connect() - Method in class ca.mcgill.cs.postina.scribe.ScribeNetworkLayer
 
connect(InetAddress, int, Collection<InetSocketAddress>) - Method in class ca.mcgill.cs.postina.scribe.ScribeNetworkLayer
 
connect(int, Collection<InetSocketAddress>) - Method in class ca.mcgill.cs.postina.scribe.ScribeNetworkLayer
 
contains(E) - Method in class ca.mcgill.cs.postina.util.LinkedHashSet
This method checks if a given element is in the list.
content - Variable in class ca.mcgill.cs.postina.scribe.PostinaScribeTransportMessage
The actual message is a serializable that has been submitted to Postina for publishing or direct sending.
content - Variable in class ca.mcgill.cs.postina.scribe.ScribeRequestMessage
The message that can be sent together with a subscription or unsubscription.
counter - Variable in class ca.mcgill.cs.postina.scribe.MessageID
An integer number counting the number of times the messages has already been sent over the network.

A B C D E F G H I K L M N O P R S T U