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

Packages that use PostinaReliableScribeTransportMessage
ca.mcgill.cs.postina.scribe   
 

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

Fields in ca.mcgill.cs.postina.scribe with type parameters of type PostinaReliableScribeTransportMessage
private  java.util.Hashtable<MessageID,PostinaReliableScribeTransportMessage> ScribeApplication.sentMessages
          A buffer keeping the messages sent by this client.
 

Methods in ca.mcgill.cs.postina.scribe with parameters of type PostinaReliableScribeTransportMessage
protected  void ScribeApplication.directReliableSend(rice.p2p.commonapi.NodeHandle destination, PostinaReliableScribeTransportMessage msg)
          Sends a private message directly to the client indicated.
 void ScribeApplication.messageHandler.handleReliable(PostinaReliableScribeTransportMessage msg)
          This method actually handles a newly arrived message (sending acknowledgment etc).
 void ScribeApplication.messageHandler.sendAck(PostinaReliableScribeTransportMessage msg)
          This message confirms the arrival of message by sending back an acknowledgment to the originator of the message.