ePOST API

Uses of Interface
rice.p2p.commonapi.Application

Packages that use Application
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.post   
rice.post.delivery   
rice.tutorial.lesson3   
rice.tutorial.lesson6   
 

Uses of Application in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement Application
 class AggregationImpl
           
 

Uses of Application in rice.p2p.commonapi
 

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

Uses of Application in rice.p2p.glacier.v2
 

Classes in rice.p2p.glacier.v2 that implement Application
 class GlacierImpl
           
 

Uses of Application in rice.p2p.multiring
 

Classes in rice.p2p.multiring that implement Application
 class MultiringApplication
           
 

Fields in rice.p2p.multiring declared as Application
protected  Application MultiringApplication.application
          The app which this mulitring app is wrapping
protected  Application MultiringEndpoint.application
          The application this endpoint is for
 

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

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

Uses of Application in rice.p2p.multiring.testing
 

Classes in rice.p2p.multiring.testing that implement Application
 class MultiringRegrTest.MultiringTestApp
           
 

Uses of Application in rice.p2p.past
 

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

Uses of Application in rice.p2p.past.gc
 

Classes in rice.p2p.past.gc that implement Application
 class GCPastImpl
           
 

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

Uses of Application in rice.p2p.replication
 

Classes in rice.p2p.replication that implement Application
 class ReplicationImpl
           
 

Uses of Application in rice.p2p.replication.manager
 

Classes in rice.p2p.replication.manager that implement Application
 class ReplicationManagerImpl
           
 

Uses of Application in rice.p2p.scribe
 

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

Uses of Application in rice.pastry
 

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

Uses of Application in rice.pastry.commonapi
 

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

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

Uses of Application in rice.post
 

Classes in rice.post that implement Application
 class PostImpl
          This class is the service layer which allows Post applications to use Post functionality.
 

Uses of Application in rice.post.delivery
 

Classes in rice.post.delivery that implement Application
 class DeliveryPastImpl
           
 

Uses of Application in rice.tutorial.lesson3
 

Classes in rice.tutorial.lesson3 that implement Application
 class MyApp
          A very simple application.
 

Uses of Application in rice.tutorial.lesson6
 

Classes in rice.tutorial.lesson6 that implement Application
 class MyScribeClient
          We implement the Application interface to receive regular timed messages (see lesson5).
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.