ePOST API

Uses of Interface
rice.p2p.commonapi.Message

Packages that use Message
rice.p2p.aggregation   
rice.p2p.aggregation.messaging   
rice.p2p.commonapi   
rice.p2p.glacier.v2   
rice.p2p.glacier.v2.messaging   
rice.p2p.multiring   
rice.p2p.multiring.messaging   
rice.p2p.multiring.testing   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.gc.messaging   
rice.p2p.past.messaging   
rice.p2p.past.testing   
rice.p2p.replication   
rice.p2p.replication.manager   
rice.p2p.replication.manager.messaging   
rice.p2p.replication.messaging   
rice.p2p.scribe   
rice.p2p.scribe.messaging   
rice.p2p.scribe.testing   
rice.pastry.commonapi   
rice.pastry.routing   
rice.post   
rice.post.messaging   
rice.tutorial.lesson3   
rice.tutorial.lesson4   
rice.tutorial.lesson5   
rice.tutorial.lesson6   
 

Uses of Message in rice.p2p.aggregation
 

Methods in rice.p2p.aggregation with parameters of type Message
 void AggregationImpl.deliver(Id id, Message message)
           
 

Uses of Message in rice.p2p.aggregation.messaging
 

Classes in rice.p2p.aggregation.messaging that implement Message
 class AggregationMessage
           
 class AggregationTimeoutMessage
           
 

Uses of Message in rice.p2p.commonapi
 

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

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

Uses of Message in rice.p2p.glacier.v2
 

Methods in rice.p2p.glacier.v2 with parameters of type Message
 void GlacierImpl.deliver(Id id, Message message)
           
 

Uses of Message in rice.p2p.glacier.v2.messaging
 

Classes in rice.p2p.glacier.v2.messaging that implement Message
 class GlacierDataMessage
           
 class GlacierFetchMessage
           
 class GlacierMessage
           
 class GlacierNeighborRequestMessage
           
 class GlacierNeighborResponseMessage
           
 class GlacierQueryMessage
          DESCRIBE THE CLASS
 class GlacierRangeForwardMessage
           
 class GlacierRangeQueryMessage
           
 class GlacierRangeResponseMessage
           
 class GlacierRefreshCompleteMessage
           
 class GlacierRefreshPatchMessage
           
 class GlacierRefreshProbeMessage
           
 class GlacierRefreshResponseMessage
           
 class GlacierResponseMessage
           
 class GlacierSyncMessage
           
 class GlacierTimeoutMessage
           
 

Uses of Message in rice.p2p.multiring
 

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

Methods in rice.p2p.multiring with parameters of type Message
 void MultiringApplication.deliver(Id id, Message message)
          This method is called on the application at the destination node for the given id.
protected  void MultiringEndpoint.deliver(RingId id, Message target)
          Internal method which delivers the message to the application
 void MultiringEndpoint.route(Id id, Message message, NodeHandle hint)
          This method makes an attempt to route the message to the root of the given id.
protected  void MultiringNodeCollection.route(RingId id, Message message, java.lang.String application)
          This method returns the best next-hop to a given target, using ring hopping, if one exists.
 CancellableTask MultiringEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask MultiringEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 CancellableTask MultiringEndpoint.scheduleMessageAtFixedRate(Message message, long delay, long period)
           
 void MultiringRouteMessage.setMessage(Message message)
          Sets the internal message for this message
 

Uses of Message in rice.p2p.multiring.messaging
 

Classes in rice.p2p.multiring.messaging that implement Message
 class RingMessage
           
 

Fields in rice.p2p.multiring.messaging declared as Message
protected  Message RingMessage.message
          The internal message to be sent
 

Methods in rice.p2p.multiring.messaging that return Message
 Message RingMessage.getMessage()
          Method which returns this messages' internal message
 

Constructors in rice.p2p.multiring.messaging with parameters of type Message
RingMessage(RingId id, Message message, java.lang.String application)
          Constructor which takes a unique integer Id
 

Uses of Message in rice.p2p.multiring.testing
 

Classes in rice.p2p.multiring.testing that implement Message
static class MultiringRegrTest.MultiringTestMessage
           
 

Methods in rice.p2p.multiring.testing with parameters of type Message
 void MultiringRegrTest.MultiringTestApp.deliver(Id id, Message message)
           
 

Uses of Message in rice.p2p.past
 

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

Uses of Message in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type Message
 void GCPastImpl.deliver(Id id, Message message)
          This method is called on the application at the destination node for the given id.
 void GCEndpoint.route(Id id, Message message, NodeHandle hint)
          This method makes an attempt to route the message to the root of the given id.
 CancellableTask GCEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask GCEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 CancellableTask GCEndpoint.scheduleMessageAtFixedRate(Message message, long delay, long period)
           
 

Uses of Message in rice.p2p.past.gc.messaging
 

Classes in rice.p2p.past.gc.messaging that implement Message
 class GCCollectMessage
           
 class GCInsertMessage
           
 class GCLookupHandlesMessage
           
 class GCRefreshMessage
           
 

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
           
 

Fields in rice.p2p.past.messaging declared as Message
protected  Message MessageLostMessage.message
           
 

Constructors in rice.p2p.past.messaging with parameters of type Message
MessageLostMessage(int uid, NodeHandle local, Id id, Message message, NodeHandle hint)
          Constructor which takes a unique integer Id and the local id
 

Uses of Message in rice.p2p.past.testing
 

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

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

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

Uses of Message in rice.p2p.replication
 

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

Uses of Message in rice.p2p.replication.manager
 

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

Uses of Message in rice.p2p.replication.manager.messaging
 

Classes in rice.p2p.replication.manager.messaging that implement Message
 class ReminderMessage
           
 class TimeoutMessage
           
 

Uses of Message in rice.p2p.replication.messaging
 

Classes in rice.p2p.replication.messaging that implement Message
 class ReplicationMessage
           
 class RequestMessage
           
 class ResponseMessage
           
 

Uses of Message in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type Message
 void ScribeImpl.deliver(Id id, 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 MaintenanceMessage
           
 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
 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(Message message)
          Sets the Message attribute of the TestRouteMessage object
 

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

Uses of Message in rice.pastry.commonapi
 

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

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

Methods in rice.pastry.commonapi with parameters of type Message
 boolean PastryEndpoint.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
           
 void PastryEndpoint.route(Id key, Message msg, NodeHandle hint)
          This operation forwards a message towards the root of key.
 CancellableTask PastryEndpoint.scheduleMessage(Message message, long delay)
          Schedules a message to be delivered to this application after the provided number of milliseconds.
 CancellableTask PastryEndpoint.scheduleMessage(Message message, long delay, long period)
          Schedules a message to be delivered to this application every period number of milliseconds, after delay number of miliseconds have passed.
 CancellableTask PastryEndpoint.scheduleMessageAtFixedRate(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-rate delivery to the local node, beginning after the specified delay.
 void PastryEndpointMessage.setMessage(Message message)
          Returns the internal message
 

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

Uses of Message in rice.pastry.routing
 

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

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

Uses of Message in rice.post
 

Methods in rice.post with parameters of type Message
 void PostImpl.deliver(Id id, Message message)
          The method by which Pastry passes a message up to POST
 

Uses of Message in rice.post.messaging
 

Classes in rice.post.messaging that implement Message
 class BackupMessage
          This is a message reminding POST to backup its log heads
 class PostPastryMessage
          This is a wrapper message for all Post messages which are to be sent over the Pastry messaging system.
 class RefreshMessage
          This is a message reminding POST to refresh all data items stored in GCPast
 class SynchronizeMessage
          This is a message reminding POST to synchroize it's delivery message requirements
 

Uses of Message in rice.tutorial.lesson3
 

Classes in rice.tutorial.lesson3 that implement Message
 class MyMsg
          An example message.
 

Methods in rice.tutorial.lesson3 with parameters of type Message
 void MyApp.deliver(Id id, Message message)
          Called when we receive a message.
 

Uses of Message in rice.tutorial.lesson4
 

Methods in rice.tutorial.lesson4 with parameters of type Message
 void MyApp.deliver(Id id, Message message)
          Called when we receive a message.
 

Uses of Message in rice.tutorial.lesson5
 

Methods in rice.tutorial.lesson5 with parameters of type Message
 void MyApp.deliver(Id id, Message message)
          Called when we receive a message.
 

Uses of Message in rice.tutorial.lesson6
 

Methods in rice.tutorial.lesson6 with parameters of type Message
 void MyScribeClient.deliver(Id id, Message message)
          Part of the Application interface.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.