|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EndPoint in planet.commonapi |
Methods in planet.commonapi that return EndPoint | |
EndPoint |
EndPoint.setValues(Application app,
Node node)
Sets the initial values for this EndPoint. |
EndPoint |
Node.registerApplication(Application app,
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 and receive messages. |
EndPoint |
Node.getRegisteredApplication(java.lang.String instanceName)
Get the registered application by the instanceName name. |
Methods in planet.commonapi with parameters of type EndPoint | |
void |
Application.setEndPoint(EndPoint endPoint)
Sets the EndPoint which permits communicate with underlying node. |
Uses of EndPoint in planet.commonapi.factory |
Methods in planet.commonapi.factory that return EndPoint | |
EndPoint |
EndPointFactory.buildEndPoint(Application app,
Node node)
Builds a new EndPoint that relates the Application app with the underlying Node node. |
Uses of EndPoint in planet.generic.commonapi |
Classes in planet.generic.commonapi that implement EndPoint | |
class |
EndPointImpl
Interface which represents a node in a peer-to-peer system, regardless of the underlying protocol. |
Methods in planet.generic.commonapi that return EndPoint | |
EndPoint |
EndPointImpl.setValues(Application app,
Node node)
Sets the initial values for this EndPoint. |
EndPoint |
NetworkNodeImpl.registerApplication(Application app,
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 |
NodeImpl.registerApplication(Application app,
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 |
NodeImpl.getRegisteredApplication(java.lang.String instanceName)
Get the registered application by the instanceName name. |
Uses of EndPoint in planet.generic.commonapi.factory |
Methods in planet.generic.commonapi.factory that return EndPoint | |
EndPoint |
EndPointFactoryImpl.buildEndPoint(Application app,
Node node)
Builds a new instance of EndPoint, relating specified Application and Node. |
static EndPoint |
GenericFactory.buildEndPoint(Application app,
Node node)
|
Uses of EndPoint in planet.scribe |
Fields in planet.scribe declared as EndPoint | |
protected EndPoint |
ScribeImpl.endpoint
this application's endpoint |
Methods in planet.scribe with parameters of type EndPoint | |
void |
ScribeImpl.setEndPoint(EndPoint endpoint)
|
Uses of EndPoint in planet.test.broadcast |
Methods in planet.test.broadcast with parameters of type EndPoint | |
void |
DHTApplication.setEndPoint(EndPoint ep)
Sets the underlying EndPoint of this application. |
Uses of EndPoint in planet.test.dht |
Methods in planet.test.dht with parameters of type EndPoint | |
void |
DHTApplication.setEndPoint(EndPoint endPoint)
Sets the actual EndPoint to use to communication with underlying network. |
Uses of EndPoint in planet.test.dht2 |
Methods in planet.test.dht2 with parameters of type EndPoint | |
void |
DHTApplication.setEndPoint(EndPoint endPoint)
Sets the actual EndPoint to use to communication with underlying network. |
Uses of EndPoint in planet.test.helloworld |
Methods in planet.test.helloworld with parameters of type EndPoint | |
void |
DHTApplication.setEndPoint(EndPoint ep)
Sets the underlying EndPoint for interact with the Node, for sending and receiving messages. |
Uses of EndPoint in planet.test.trivialp2ptest |
Methods in planet.test.trivialp2ptest with parameters of type EndPoint | |
void |
TrivialApplication.setEndPoint(EndPoint ep)
Sets the underlying EndPoint for interact with the Node, for sending and receiving messages. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |