| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Application in rice.p2p.aggregation | 
| Classes in rice.p2p.aggregation that implement Application | |
 class | 
AggregationImpl
DESCRIBE THE CLASS  | 
| Uses of Application in rice.p2p.commonapi | 
| Methods in rice.p2p.commonapi with parameters of type Application | |
 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 Application in rice.p2p.glacier.v2 | 
| Classes in rice.p2p.glacier.v2 that implement Application | |
 class | 
GlacierImpl
DESCRIBE THE CLASS  | 
| 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,
                    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 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
DESCRIBE THE CLASS  | 
| 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,
                    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.  | 
| 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,
                    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 Application in rice.pastry.commonapi | 
| Fields in rice.pastry.commonapi declared as Application | |
protected  Application | 
PastryEndpoint.application
DESCRIBE THE FIELD  | 
| Constructors in rice.pastry.commonapi with parameters of type Application | |
PastryEndpoint(PastryNode pn,
               Application application,
               java.lang.String instance)
Constructor.  | 
|
PastryEndpoint(PastryNode pn,
               Application application,
               int port)
Constructor.  | 
|
| 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 Application to receive regular timed messages (see lesson5).  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||