Rice Pastry API

Uses of Interface
rice.p2p.commonapi.RouteMessage

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

Uses of RouteMessage in rice.p2p.aggregation
 

Methods in rice.p2p.aggregation with parameters of type RouteMessage
 boolean AggregationImpl.forward(RouteMessage message)
          DESCRIBE THE METHOD
 

Uses of RouteMessage in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type RouteMessage
 boolean Application.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.glacier.v2
 

Methods in rice.p2p.glacier.v2 with parameters of type RouteMessage
 boolean GlacierImpl.forward(RouteMessage message)
          DESCRIBE THE METHOD
 

Uses of RouteMessage in rice.p2p.multiring
 

Classes in rice.p2p.multiring that implement RouteMessage
 class MultiringRouteMessage
           
 

Fields in rice.p2p.multiring declared as RouteMessage
protected  RouteMessage MultiringRouteMessage.message
          The internal message
 

Methods in rice.p2p.multiring that return RouteMessage
protected  RouteMessage MultiringRouteMessage.getRouteMessage()
          Returns the internal route message
 

Methods in rice.p2p.multiring with parameters of type RouteMessage
 boolean MultiringApplication.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Constructors in rice.p2p.multiring with parameters of type RouteMessage
MultiringRouteMessage(Id ringId, RouteMessage message)
          Constructor
 

Uses of RouteMessage in rice.p2p.multiring.testing
 

Methods in rice.p2p.multiring.testing with parameters of type RouteMessage
 boolean MultiringRegrTest.MultiringTestApp.forward(RouteMessage message)
          DESCRIBE THE METHOD
 

Uses of RouteMessage in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type RouteMessage
 boolean PastImpl.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type RouteMessage
 boolean GCPastImpl.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.past.testing
 

Classes in rice.p2p.past.testing that implement RouteMessage
protected static class PastRegrTest.TestRouteMessage
          Utility class which simulates a route message
protected static class RawPastRegrTest.TestRouteMessage
          Utility class which simulates a route message
 

Uses of RouteMessage in rice.p2p.replication
 

Methods in rice.p2p.replication with parameters of type RouteMessage
 boolean ReplicationImpl.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.replication.manager
 

Methods in rice.p2p.replication.manager with parameters of type RouteMessage
 boolean ReplicationManagerImpl.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type RouteMessage
 boolean ScribeImpl.forward(RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.scribe.testing
 

Classes in rice.p2p.scribe.testing that implement RouteMessage
protected static class RawScribeRegrTest.TestRouteMessage
          Utility class which simulates a route message
protected static class ScribeRegrTest.TestRouteMessage
          Utility class which simulates a route message
 

Uses of RouteMessage in rice.pastry.routing
 

Classes in rice.pastry.routing that implement RouteMessage
 class RouteMessage
          A route message contains a pastry message that has been wrapped to be sent to another pastry node.
 

Uses of RouteMessage in rice.tutorial.appsocket
 

Methods in rice.tutorial.appsocket with parameters of type RouteMessage
 boolean MyApp.forward(RouteMessage message)
          Called a message travels along your path.
 

Uses of RouteMessage in rice.tutorial.lesson3
 

Methods in rice.tutorial.lesson3 with parameters of type RouteMessage
 boolean MyApp.forward(RouteMessage message)
          Called a message travels along your path.
 

Uses of RouteMessage in rice.tutorial.lesson4
 

Methods in rice.tutorial.lesson4 with parameters of type RouteMessage
 boolean MyApp.forward(RouteMessage message)
          Called a message travels along your path.
 

Uses of RouteMessage in rice.tutorial.lesson5
 

Methods in rice.tutorial.lesson5 with parameters of type RouteMessage
 boolean MyApp.forward(RouteMessage message)
          Called a message travels along your path.
 

Uses of RouteMessage in rice.tutorial.lesson6
 

Methods in rice.tutorial.lesson6 with parameters of type RouteMessage
 boolean MyScribeClient.forward(RouteMessage message)
          DESCRIBE THE METHOD
 

Uses of RouteMessage in rice.tutorial.rawserialization
 

Methods in rice.tutorial.rawserialization with parameters of type RouteMessage
 boolean MyApp.forward(RouteMessage message)
          Called a message travels along your path.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection