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.socket   
rice.pastry.testing   
 

Uses of SendOptions in rice.pastry.client
 

Methods in rice.pastry.client with parameters of type SendOptions
 boolean PastryAppl.routeMsgDirect(NodeHandle dest, Message msg, SendOptions opt)
          Sends a message to the Pastry node identified by dest.
 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).
 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.
 

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)
          DESCRIBE THE METHOD
 

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, SendOptions opts)
          Constructor.
RouteMessage(NodeHandle dest, Message msg, SendOptions opts)
          Constructor.
RouteMessage(Id target, PRawMessage msg, NodeHandle firstHop, SendOptions opts)
          Constructor for RouteMessage.
RouteMessage(Id target, Message msg, NodeHandle firstHop, SendOptions opts)
          Constructor.
 

Uses of SendOptions in rice.pastry.socket
 

Methods in rice.pastry.socket that return SendOptions
 SendOptions SocketBuffer.getOptions()
          Gets the Options attribute of the SocketBuffer object
 

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)
          DESCRIBE THE METHOD
 boolean PingClient.enrouteMessage(Message msg, Id from, NodeHandle nextHop, SendOptions opt)
          DESCRIBE THE METHOD
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection