Rice Pastry API

Uses of Class
rice.pastry.routing.SendOptions

Packages that use SendOptions
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.routing   
rice.pastry.testing   
 

Uses of SendOptions in rice.pastry.client
 

Methods in rice.pastry.client with parameters of type SendOptions
 boolean PastryAppl.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
          Called by pastry when a message is enroute and is passing through this node.
 void PastryAppl.routeMsg(Id key, Message msg, SendOptions opt)
          Routes a message to the live node D with nodeId numerically closest to key (at the time of delivery).
 MessageReceipt PastryAppl.routeMsg(Id key, Message msg, SendOptions opt, DeliveryNotification deliverAckToMe)
           
 boolean PastryAppl.routeMsgDirect(NodeHandle dest, Message msg, SendOptions opt)
          Sends a message to the Pastry node identified by dest.
 

Uses of SendOptions in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type SendOptions
 boolean PastryEndpoint.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
           
 

Uses of SendOptions in rice.pastry.routing
 

Methods in rice.pastry.routing that return SendOptions
 SendOptions RouteMessage.getOptions()
          Get transmission options.
 

Constructors in rice.pastry.routing with parameters of type SendOptions
RouteMessage(Id target, Message msg, NodeHandle firstHop, SendOptions opts, byte serializeVersion)
          Constructor.
RouteMessage(Id target, Message msg, SendOptions opts, byte serializeVersion)
          Constructor.
RouteMessage(Id target, PRawMessage msg, NodeHandle firstHop, SendOptions opts, byte serializeVersion)
           
RouteMessage(NodeHandle dest, Message msg, SendOptions opts, byte serializeVersion)
          Constructor.
 

Uses of SendOptions in rice.pastry.testing
 

Methods in rice.pastry.testing with parameters of type SendOptions
 boolean HelloWorldApp.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
          Invoked on intermediate nodes in routing path.
 boolean Ping.enrouteMessage(Message msg, Id from, NodeHandle nextHop, SendOptions opt)
           
 boolean PingClient.enrouteMessage(Message msg, Id from, NodeHandle nextHop, SendOptions opt)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection