Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Application

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

Uses of Application in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type Application
 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 Application in rice.p2p.past
 

Classes in rice.p2p.past that implement Application
 class PastImpl
           
 

Uses of Application in rice.p2p.scribe
 

Classes in rice.p2p.scribe that implement Application
 class ScribeImpl
           
 

Uses of Application in rice.past
 

Classes in rice.past that implement Application
 class PASTServiceImpl
          Deprecated. This version of PAST has been deprecated - please use the version located in the rice.p2p.past package.
 

Uses of Application in rice.pastry
 

Methods in rice.pastry with parameters of type Application
 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 Application in rice.pastry.commonapi
 

Fields in rice.pastry.commonapi declared as Application
protected  rice.p2p.commonapi.Application PastryEndpoint.application
           
 

Constructors in rice.pastry.commonapi with parameters of type Application
PastryEndpoint(rice.pastry.PastryNode pn, rice.p2p.commonapi.Application application, java.lang.String instance)
          Constructor.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection