|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Endpoint in rice.p2p.aggregation |
---|
Fields in rice.p2p.aggregation declared as Endpoint | |
---|---|
protected Endpoint |
AggregationImpl.endpoint
|
Uses of Endpoint in rice.p2p.commonapi |
---|
Methods in rice.p2p.commonapi that return Endpoint | |
---|---|
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 Endpoint in rice.p2p.glacier.v2 |
---|
Fields in rice.p2p.glacier.v2 declared as Endpoint | |
---|---|
protected Endpoint |
GlacierImpl.endpoint
|
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,
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 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
|
Uses of Endpoint in rice.p2p.past |
---|
Fields in rice.p2p.past declared as Endpoint | |
---|---|
protected Endpoint |
PastImpl.endpoint
|
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,
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. |
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,
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 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.post |
---|
Fields in rice.post declared as Endpoint | |
---|---|
protected Endpoint |
PostImpl.endpoint
The endpoint used for routing messages |
Methods in rice.post that return Endpoint | |
---|---|
Endpoint |
PostImpl.getEndpoint()
|
Uses of Endpoint in rice.post.storage |
---|
Constructors in rice.post.storage with parameters of type Endpoint | |
---|---|
StorageService(Endpoint endpoint,
PostEntityAddress address,
Past immutablePast,
Past mutablePast,
IdFactory factory,
java.security.KeyPair keyPair,
long timeoutInterval)
Contructs a StorageService given a PAST to run on top of. |
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. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |