Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Endpoint

Packages that use Endpoint
rice.p2p.commonapi   
rice.p2p.past   
rice.p2p.scribe   
rice.pastry   
rice.pastry.commonapi   
 

Uses of Endpoint in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return Endpoint
 rice.p2p.commonapi.Endpoint Node.registerApplication(rice.p2p.commonapi.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.
 

Uses of Endpoint in rice.p2p.past
 

Fields in rice.p2p.past declared as Endpoint
protected  rice.p2p.commonapi.Endpoint PastImpl.endpoint
           
 

Uses of Endpoint in rice.p2p.scribe
 

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

Uses of Endpoint in rice.pastry
 

Methods in rice.pastry that return Endpoint
 rice.p2p.commonapi.Endpoint PastryNode.registerApplication(rice.p2p.commonapi.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.
 

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.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection