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.simpledht   
 

Uses of EndPoint in planet.commonapi
 

Methods in planet.commonapi that return 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.
 

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
           
 

Methods in planet.generic.commonapi that return EndPoint
 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 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.
 

Uses of EndPoint in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return EndPoint
static EndPoint GenericFactory.buildEndPoint(Application app, Node node)
           
 EndPoint EndPointFactoryImpl.buildEndPoint(Application app, Node node)
          Builds a new instance of EndPoint, relating specified Application and 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 ChordDHTApplication.setEndPoint(EndPoint endPoint)
          Sets the actual EndPoint to use to communication with underlying network.
 

Uses of EndPoint in planet.test.simpledht
 

Methods in planet.test.simpledht with parameters of type EndPoint
 void DHTApplication.setEndPoint(EndPoint ep)
          Sets the underlying EndPoint for interact with the Node, for sending and receiving messages.