Rice Pastry API

Uses of Interface
rice.pastry.messaging.MessageReceiver

Packages that use MessageReceiver
rice.pastry   
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.messaging   
rice.pastry.multiring   
rice.pastry.rmi   
rice.pastry.standard   
rice.pastry.testing   
rice.pastry.wire   
rice.rm   
rice.rm.testing   
rice.scribe   
rice.scribe.testing   
 

Uses of MessageReceiver in rice.pastry
 

Classes in rice.pastry that implement MessageReceiver
 class NodeHandle
          Interface for handles to remote nodes.
 class PastryNode
          A Pastry node is single entity in the pastry network.
 

Methods in rice.pastry with parameters of type MessageReceiver
 void PastryNode.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
          Registers a message receiver with this Pastry node.
 

Uses of MessageReceiver in rice.pastry.client
 

Classes in rice.pastry.client that implement MessageReceiver
 class CommonAPIAppl
          CommonAPIAppl is an abstract class that all new applications should extend.
 class PastryAppl
          A PastryAppl is an abstract class that every Pastry application extends.
 

Methods in rice.pastry.client with parameters of type MessageReceiver
 void PastryAppl.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address addr, rice.pastry.messaging.MessageReceiver mr)
          Registers a message receiver with the pastry node.
 

Uses of MessageReceiver in rice.pastry.commonapi
 

Classes in rice.pastry.commonapi that implement MessageReceiver
 class PastryEndpoint
          This class serves as gluecode, which allows applications written for the common API to work with pastry.
 

Uses of MessageReceiver in rice.pastry.direct
 

Classes in rice.pastry.direct that implement MessageReceiver
 class DirectNodeHandle
          the node handle used with the direct network
 class DirectPastryNode
          Direct pastry node.
 

Uses of MessageReceiver in rice.pastry.dist
 

Classes in rice.pastry.dist that implement MessageReceiver
 class DistNodeHandle
          Abstract class for handles to "real" remote nodes.
 class DistPastryNode
          Class which represents the abstraction of a "real" pastry node.
 

Uses of MessageReceiver in rice.pastry.messaging
 

Methods in rice.pastry.messaging with parameters of type MessageReceiver
 void MessageDispatch.registerReceiver(rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
          Registers a receiver with the mail service.
 

Uses of MessageReceiver in rice.pastry.multiring
 

Classes in rice.pastry.multiring that implement MessageReceiver
 class MultiRingAppl
          Class which represents a pastry node which is in multiple rings.
 class MultiRingPastryNode
          Class which represents a pastry node which is in multiple rings.
 

Methods in rice.pastry.multiring with parameters of type MessageReceiver
 void MultiRingMessageDispatch.registerReceiver(rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
           
 void MultiRingPastryNode.registerReceiver(rice.pastry.security.Credentials cred, rice.pastry.messaging.Address address, rice.pastry.messaging.MessageReceiver receiver)
           
 

Uses of MessageReceiver in rice.pastry.rmi
 

Classes in rice.pastry.rmi that implement MessageReceiver
 class RMINodeHandle
          A locally stored node handle that points to a remote RMIRemoteNodeI.
 class RMIPastryNode
          An RMI-exported Pastry node.
 

Uses of MessageReceiver in rice.pastry.standard
 

Classes in rice.pastry.standard that implement MessageReceiver
 class StandardJoinProtocol
          An implementation of a simple join protocol.
 class StandardLeafSetProtocol
          An implementation of a simple leaf set protocol.
 class StandardRouter
          An implementation of the standard Pastry routing algorithm.
 class StandardRouteSetProtocol
          An implementation of a simple route set protocol.
 

Uses of MessageReceiver in rice.pastry.testing
 

Classes in rice.pastry.testing that implement MessageReceiver
 class HelloWorldApp
          A hello world example for pastry.
static class LeafSetTest.TestNodeHandle
           
 class Ping
          Ping A performance test suite for pastry.
 class PingClient
          A very simple ping object.
 class RegrTestApp
          RegrTestApp A regression test suite for pastry.
 

Uses of MessageReceiver in rice.pastry.wire
 

Classes in rice.pastry.wire that implement MessageReceiver
 class WireNodeHandle
          Class which represents a node handle in the socket-based pastry protocol.
 class WirePastryNode
          An Socket-based Pastry node, which has two threads - one thread for performing route set and leaf set maintainance, and another thread for listening on the sockets and performing all non-blocking I/O.
 

Uses of MessageReceiver in rice.rm
 

Classes in rice.rm that implement MessageReceiver
 class RMImpl
           
 

Uses of MessageReceiver in rice.rm.testing
 

Classes in rice.rm.testing that implement MessageReceiver
 class DirectRMRegrTestApp
           
 class DistRMRegrTestApp
           
 class RMRegrTestApp
           
 

Uses of MessageReceiver in rice.scribe
 

Classes in rice.scribe that implement MessageReceiver
 class Scribe
           
 

Uses of MessageReceiver in rice.scribe.testing
 

Classes in rice.scribe.testing that implement MessageReceiver
 class DistScribeRegrTestApp
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection