Rice Pastry API

Uses of Interface
rice.p2p.commonapi.DeliveryNotification

Packages that use DeliveryNotification
rice.p2p.commonapi   
rice.p2p.multiring   
rice.p2p.past.gc   
rice.pastry.client   
rice.pastry.commonapi   
 

Uses of DeliveryNotification in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type DeliveryNotification
 MessageReceipt Endpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt Endpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
          This method makes an attempt to route the message to the root of the given id.
 MessageReceipt Endpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt Endpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
          Same as the other call, but uses the Raw serialization rather than java serialization.
 

Uses of DeliveryNotification in rice.p2p.multiring
 

Methods in rice.p2p.multiring with parameters of type DeliveryNotification
 MessageReceipt MultiringEndpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt MultiringEndpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
 MessageReceipt MultiringEndpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt MultiringEndpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
protected  MessageReceipt MultiringNodeCollection.route(RingId id, RawMessage message, java.lang.String application, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
          This method returns the best next-hop to a given target, using ring hopping, if one exists.
 

Uses of DeliveryNotification in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type DeliveryNotification
 MessageReceipt GCEndpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt GCEndpoint.route(Id id, Message message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
 MessageReceipt GCEndpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt GCEndpoint.route(Id id, RawMessage message, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
 

Uses of DeliveryNotification in rice.pastry.client
 

Methods in rice.pastry.client with parameters of type DeliveryNotification
 MessageReceipt PastryAppl.routeMsg(Id key, Message msg, SendOptions opt, DeliveryNotification deliverAckToMe)
           
 

Uses of DeliveryNotification in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type DeliveryNotification
 MessageReceipt PastryEndpoint.route(Id key, Message msg, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt PastryEndpoint.route(Id key, Message msg, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
 MessageReceipt PastryEndpoint.route(Id key, RawMessage msg, NodeHandle hint, DeliveryNotification deliverAckToMe)
           
 MessageReceipt PastryEndpoint.route(Id key, RawMessage msg, NodeHandle hint, DeliveryNotification deliverAckToMe, java.util.Map<java.lang.String,java.lang.Object> options)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection