| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Message in rice.p2p.aggregation | 
| Methods in rice.p2p.aggregation with parameters of type Message | |
 void | 
AggregationImpl.deliver(Id id,
        Message message)
DESCRIBE THE METHOD  | 
| Uses of Message in rice.p2p.aggregation.messaging | 
| Classes in rice.p2p.aggregation.messaging that implement Message | |
 class | 
AggregationMessage
DESCRIBE THE CLASS  | 
 class | 
AggregationTimeoutMessage
DESCRIBE THE CLASS  | 
| 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.  | 
 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)
DESCRIBE THE METHOD  | 
| Uses of Message in rice.p2p.glacier.v2.messaging | 
| Classes in rice.p2p.glacier.v2.messaging that implement Message | |
 class | 
GlacierDataMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierFetchMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierNeighborRequestMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierNeighborResponseMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierQueryMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRangeForwardMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRangeQueryMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRangeResponseMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRefreshCompleteMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRefreshPatchMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRefreshProbeMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierRefreshResponseMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierResponseMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierSyncMessage
DESCRIBE THE CLASS  | 
 class | 
GlacierTimeoutMessage
DESCRIBE THE CLASS  | 
| 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.  | 
 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.  | 
 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.  | 
protected  void | 
MultiringEndpoint.deliver(RingId id,
        Message target)
Internal method which delivers the message to the application  | 
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.  | 
 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
DESCRIBE THE CLASS  | 
| Methods in rice.p2p.multiring.testing with parameters of type Message | |
 void | 
MultiringRegrTest.MultiringTestApp.deliver(Id id,
        Message message)
DESCRIBE THE METHOD  | 
| 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 | 
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.  | 
 void | 
GCPastImpl.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.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
DESCRIBE THE FIELD  | 
| 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()
Gets the Message attribute of the TestRouteMessage object  | 
| Methods in rice.p2p.past.testing with parameters of type Message | |
 void | 
PastRegrTest.TestRouteMessage.setMessage(Message message)
Sets the Message attribute of the TestRouteMessage object  | 
| Constructors in rice.p2p.past.testing with parameters of type Message | |
PastRegrTest.TestRouteMessage(Id id,
                              NodeHandle nextHop,
                              Message message)
Constructor for TestRouteMessage.  | 
|
| 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
DESCRIBE THE FIELD  | 
| 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 | |
 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.  | 
 boolean | 
PastryEndpoint.enrouteMessage(Message msg,
               Id key,
               NodeId nextHop,
               SendOptions opt)
DESCRIBE THE METHOD  | 
 void | 
PastryEndpointMessage.setMessage(Message message)
Returns the internal message  | 
| Constructors in rice.pastry.commonapi with parameters of type Message | |
PastryEndpointMessage(Address address,
                      Message message)
Constructor.  | 
|
| Uses of Message in rice.pastry.routing | 
| Methods in rice.pastry.routing that return Message | |
 Message | 
RouteMessage.getMessage()
Gets the Message attribute of the RouteMessage object  | 
| Methods in rice.pastry.routing with parameters of type Message | |
 void | 
RouteMessage.setMessage(Message message)
Sets the Message attribute of the RouteMessage object  | 
| 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.  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||