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

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

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

Subclasses of ScribeRequestMessage in ca.mcgill.cs.postina.scribe
 class SubscribeRequest
          A SubscribeRequest is a ScribeRequestMessage that tells the client to which the SubscribeRequest is sent how (that is to which topics and with which message) to issue the requested subscription.
 class UnsubscribeRequest
          An UnsubscribeRequest is a ScribeRequestMessage that tells the client to it is sent how from which topics it has to unsubscribe.
 

Methods in ca.mcgill.cs.postina.scribe with parameters of type ScribeRequestMessage
protected  void ScribeApplication.sendRequest(rice.p2p.commonapi.NodeHandle destination, ScribeRequestMessage requestMessage)
          Sends a request to another client asking it to perform a specified action.