Uses of Interface
planet.commonapi.EndPoint

Packages that use EndPoint
planet.commonapi   
planet.commonapi.factory   
planet.generic.commonapi   
planet.generic.commonapi.factory   
planet.scribe   
planet.test.broadcast   
planet.test.dht   
planet.test.GML.GMLTopology   
planet.test.helloworld   
planet.test.symphonyDHT   
 

Uses of EndPoint in planet.commonapi
 

Methods in planet.commonapi that return EndPoint
 EndPoint Node.getRegisteredApplication(java.lang.String instanceName)
          Get the registered application by the instanceName name.
 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.
 

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 NodeImpl.getRegisteredApplication(java.lang.String instanceName)
          Get the registered application by the instanceName name.
 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.
 

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.GML.GMLTopology
 

Methods in planet.test.GML.GMLTopology that return EndPoint
 EndPoint DHTApplication.getEndPoint()
           
 

Methods in planet.test.GML.GMLTopology 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.symphonyDHT
 

Methods in planet.test.symphonyDHT with parameters of type EndPoint
 void SymphonyDHTApplication.setEndPoint(EndPoint endPoint)
          Sets the actual EndPoint to use to communication with underlying network.