Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Message

Packages that use Message
rice.p2p.commonapi   
rice.p2p.past   
rice.p2p.past.messaging   
rice.p2p.past.testing   
rice.p2p.scribe   
rice.p2p.scribe.messaging   
rice.p2p.scribe.testing   
rice.past   
rice.past.messaging   
rice.pastry.commonapi   
rice.pastry.routing   
 

Uses of Message in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return Message
 rice.p2p.commonapi.Message RouteMessage.getMessage()
          Returns the enclosed message inside of this message
 

Methods in rice.p2p.commonapi with parameters of type Message
 void Application.deliver(rice.p2p.commonapi.Id id, rice.p2p.commonapi.Message message)
          This method is called on the application at the destination node for the given id.
 void Endpoint.route(rice.p2p.commonapi.Id id, rice.p2p.commonapi.Message message, rice.p2p.commonapi.NodeHandle hint)
          This method makes an attempt to route the message to the root of the given id.
 void Endpoint.scheduleMessage(rice.p2p.commonapi.Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 void RouteMessage.setMessage(rice.p2p.commonapi.Message message)
          Sets the internal message for this message
 

Uses of Message in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type Message
 void PastImpl.deliver(rice.p2p.commonapi.Id id, rice.p2p.commonapi.Message message)
          This method is called on the application at the destination node for the given id.
 

Uses of Message in rice.p2p.past.messaging
 

Classes in rice.p2p.past.messaging that implement Message
 class CacheMessage
           
 class ContinuationMessage
           
 class FetchHandleMessage
           
 class FetchMessage
           
 class InsertMessage
           
 class LookupHandlesMessage
           
 class LookupMessage
           
 class MessageLostMessage
           
 class PastMessage
           
 

Uses of Message in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing that return Message
 rice.p2p.commonapi.Message PastRegrTest.TestRouteMessage.getMessage()
           
 

Methods in rice.p2p.past.testing with parameters of type Message
 void PastRegrTest.TestRouteMessage.setMessage(rice.p2p.commonapi.Message message)
           
 

Constructors in rice.p2p.past.testing with parameters of type Message
PastRegrTest.TestRouteMessage(rice.p2p.commonapi.Id id, rice.p2p.commonapi.NodeHandle nextHop, rice.p2p.commonapi.Message message)
           
 

Uses of Message in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type Message
 void ScribeImpl.deliver(rice.p2p.commonapi.Id id, rice.p2p.commonapi.Message message)
          This method is called on the application at the destination node for the given id.
 

Uses of Message in rice.p2p.scribe.messaging
 

Classes in rice.p2p.scribe.messaging that implement Message
 class AbstractSubscribeMessage
           
 class AnycastMessage
           
 class DropMessage
           
 class PublishMessage
           
 class PublishRequestMessage
           
 class ScribeMessage
           
 class SubscribeAckMessage
           
 class SubscribeFailedMessage
           
 class SubscribeLostMessage
           
 class SubscribeMessage
           
 class UnsubscribeMessage
           
 

Uses of Message in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing that return Message
 rice.p2p.commonapi.Message ScribeRegrTest.TestRouteMessage.getMessage()
          Gets the Message attribute of the TestRouteMessage object
 

Methods in rice.p2p.scribe.testing with parameters of type Message
 void ScribeRegrTest.TestRouteMessage.setMessage(rice.p2p.commonapi.Message message)
          Sets the Message attribute of the TestRouteMessage object
 

Constructors in rice.p2p.scribe.testing with parameters of type Message
ScribeRegrTest.TestRouteMessage(rice.p2p.commonapi.Id id, rice.p2p.commonapi.NodeHandle nextHop, rice.p2p.commonapi.Message message)
          Constructor for TestRouteMessage.
 

Uses of Message in rice.past
 

Methods in rice.past with parameters of type Message
 void PASTServiceImpl.deliver(rice.p2p.commonapi.Id id, rice.p2p.commonapi.Message msg)
          Deprecated. Called by pastry when a message arrives for this application.
 

Uses of Message in rice.past.messaging
 

Classes in rice.past.messaging that implement Message
 class MessageExists
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 class MessageFetch
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 class MessageInsert
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 class MessageLookup
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 class MessageReclaim
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 class PASTMessage
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 

Uses of Message in rice.pastry.commonapi
 

Fields in rice.pastry.commonapi declared as Message
protected  rice.p2p.commonapi.Message PastryEndpointMessage.message
           
 

Methods in rice.pastry.commonapi that return Message
 rice.p2p.commonapi.Message PastryEndpointMessage.getMessage()
          Returns the internal message
 

Methods in rice.pastry.commonapi with parameters of type Message
 void PastryEndpoint.route(rice.p2p.commonapi.Id key, rice.p2p.commonapi.Message msg, rice.p2p.commonapi.NodeHandle hint)
          This operation forwards a message towards the root of key.
 void PastryEndpoint.scheduleMessage(rice.p2p.commonapi.Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 boolean PastryEndpoint.enrouteMessage(rice.p2p.commonapi.Message msg, rice.p2p.commonapi.Id key, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
           
 void PastryEndpointMessage.setMessage(rice.p2p.commonapi.Message message)
          Returns the internal message
 

Constructors in rice.pastry.commonapi with parameters of type Message
PastryEndpointMessage(rice.pastry.messaging.Address address, rice.p2p.commonapi.Message message)
          Constructor.
 

Uses of Message in rice.pastry.routing
 

Methods in rice.pastry.routing that return Message
 rice.p2p.commonapi.Message RouteMessage.getMessage()
           
 

Methods in rice.pastry.routing with parameters of type Message
 void RouteMessage.setMessage(rice.p2p.commonapi.Message message)
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection