Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Endpoint

Packages that use Endpoint
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.replication   
rice.p2p.replication.manager   
rice.p2p.scribe   
rice.pastry   
rice.pastry.commonapi   
rice.tutorial.lesson3   
rice.tutorial.lesson4   
rice.tutorial.lesson5   
rice.tutorial.lesson6   
 

Uses of Endpoint in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as Endpoint
protected  Endpoint AggregationImpl.endpoint
          DESCRIBE THE FIELD
 

Uses of Endpoint in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return Endpoint
 Endpoint Node.registerApplication(Application application, java.lang.String instance)
          This returns a Endpoint specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 Endpoint Node.registerApplication(Application application, int port)
          This returns a Endpoint specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 

Uses of Endpoint in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as Endpoint
protected  Endpoint GlacierImpl.endpoint
          DESCRIBE THE FIELD
 

Uses of Endpoint in rice.p2p.multiring
 

Classes in rice.p2p.multiring that implement Endpoint
 class MultiringEndpoint
           
 

Fields in rice.p2p.multiring declared as Endpoint
protected  Endpoint MultiringEndpoint.endpoint
          The node which this mulitring node is wrapping
 

Methods in rice.p2p.multiring that return Endpoint
 Endpoint MultiringNode.registerApplication(Application application, java.lang.String instance)
          This returns a VirtualizedNode specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 Endpoint MultiringNode.registerApplication(Application application, int port)
          This returns a Endpoint specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 

Constructors in rice.p2p.multiring with parameters of type Endpoint
MultiringEndpoint(MultiringNode node, Endpoint endpoint, Application application)
          Constructor
 

Uses of Endpoint in rice.p2p.multiring.testing
 

Fields in rice.p2p.multiring.testing declared as Endpoint
protected  Endpoint MultiringRegrTest.MultiringTestApp.endpoint
          DESCRIBE THE FIELD
 

Uses of Endpoint in rice.p2p.past
 

Fields in rice.p2p.past declared as Endpoint
protected  Endpoint PastImpl.endpoint
          DESCRIBE THE FIELD
 

Methods in rice.p2p.past that return Endpoint
 Endpoint PastImpl.getEndpoint()
          Returns the endpoint associated with the Past - ONLY FOR TESTING - DO NOT USE
 

Uses of Endpoint in rice.p2p.past.gc
 

Classes in rice.p2p.past.gc that implement Endpoint
 class GCEndpoint
           
 

Fields in rice.p2p.past.gc declared as Endpoint
protected  Endpoint GCEndpoint.endpoint
          The node which this mulitring node is wrapping
 

Methods in rice.p2p.past.gc that return Endpoint
 Endpoint GCNode.registerApplication(Application application, java.lang.String instance)
          This returns a VirtualizedNode specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 Endpoint GCNode.registerApplication(Application application, int port)
          This returns a Endpoint specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 

Constructors in rice.p2p.past.gc with parameters of type Endpoint
GCEndpoint(Endpoint endpoint)
          Constructor
 

Uses of Endpoint in rice.p2p.replication
 

Fields in rice.p2p.replication declared as Endpoint
protected  Endpoint ReplicationImpl.endpoint
          this application's endpoint
 

Uses of Endpoint in rice.p2p.replication.manager
 

Fields in rice.p2p.replication.manager declared as Endpoint
protected  Endpoint ReplicationManagerImpl.endpoint
          The endpoint used for sending reminder messages
 

Uses of Endpoint in rice.p2p.scribe
 

Fields in rice.p2p.scribe declared as Endpoint
protected  Endpoint ScribeImpl.endpoint
          this application's endpoint
 

Uses of Endpoint in rice.pastry
 

Methods in rice.pastry that return Endpoint
 Endpoint PastryNode.registerApplication(Application application, java.lang.String instance)
          This returns a VirtualizedNode specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 Endpoint PastryNode.registerApplication(Application application, int port)
          This returns a Endpoint specific to the given application and instance name to the application, which the application can then use in order to send an receive messages.
 

Uses of Endpoint in rice.pastry.commonapi
 

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

Uses of Endpoint in rice.tutorial.lesson3
 

Fields in rice.tutorial.lesson3 declared as Endpoint
protected  Endpoint MyApp.endpoint
          The Endpoint represents the underlieing node.
 

Uses of Endpoint in rice.tutorial.lesson4
 

Fields in rice.tutorial.lesson4 declared as Endpoint
protected  Endpoint MyApp.endpoint
          The Endpoint represents the underlieing node.
 

Uses of Endpoint in rice.tutorial.lesson5
 

Fields in rice.tutorial.lesson5 declared as Endpoint
protected  Endpoint MyApp.endpoint
          The Endpoint represents the underlieing node.
 

Uses of Endpoint in rice.tutorial.lesson6
 

Fields in rice.tutorial.lesson6 declared as Endpoint
protected  Endpoint MyScribeClient.endpoint
          The Endpoint represents the underlieing node.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection