Uses of Interface
planet.commonapi.Application

Packages that use Application
planet.commonapi   
planet.commonapi.factory   
planet.generic.commonapi   
planet.generic.commonapi.factory   
planet.scribe   
planet.test.broadcast   
planet.test.dht   
 

Uses of Application in planet.commonapi
 

Methods in planet.commonapi that return Application
 Application[] Node.getRegisteredApplications()
          Returns all references of the applications that mantains this node.
 Application Network.getRandomApplication(java.lang.String appId)
          Gets a reference of some application on any node of the network.
 Application EndPoint.getApplication()
          Gets the associated Application.
 

Methods in planet.commonapi with parameters of type Application
 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.
 

Uses of Application in planet.commonapi.factory
 

Methods in planet.commonapi.factory that return Application
 Application ApplicationFactory.build()
          Generates a new instance of the actual Application class.
 Application ApplicationFactory.build(java.lang.String app)
          Generates a new instance of the Application class app.
 Application ApplicationFactory.buildWithName(java.lang.String name)
          Generates a new instance of the actual Application class.
 Application ApplicationFactory.buildWithName(java.lang.String app, java.lang.String name)
          Generates a new instance of the Application class app.
 

Methods in planet.commonapi.factory with parameters of type Application
 EndPoint EndPointFactory.buildEndPoint(Application app, Node node)
          Builds a new EndPoint that relates the Application app with the underlying Node node.
 

Uses of Application in planet.generic.commonapi
 

Methods in planet.generic.commonapi that return Application
 Application[] NodeImpl.getRegisteredApplications()
          Returns all references of the applications that mantains this node.
 Application[] NetworkNodeImpl.getRegisteredApplications()
          Returns all references of the applications that mantains this node.
 Application NetworkImpl.getRandomApplication(java.lang.String appId)
          Gets a reference of some application on any node of the network.
 Application EndPointImpl.getApplication()
          Gets the associated Application.
 

Methods in planet.generic.commonapi with parameters of type Application
 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.
 

Constructors in planet.generic.commonapi with parameters of type Application
EndPointImpl(Application app, Node node)
          Generates an EndPoint from id in String format and the actual Node.
 

Uses of Application in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return Application
static Application GenericFactory.build()
           
static Application GenericFactory.build(java.lang.String app)
           
static Application GenericFactory.buildWithName(java.lang.String name)
           
static Application GenericFactory.buildWithName(java.lang.String app, java.lang.String name)
           
 Application ApplicationFactoryImpl.build()
          Builds a new instance of the actual Application's class with the default name.
 Application ApplicationFactoryImpl.build(java.lang.String app)
          Builds a new instance of the specified Application's class app with the default name.
 Application ApplicationFactoryImpl.buildWithName(java.lang.String name)
          Generates a new instance of the actual class of Application.
 Application ApplicationFactoryImpl.buildWithName(java.lang.String app, java.lang.String name)
          Generates a new instance of the specified Application class app.
 

Methods in planet.generic.commonapi.factory with parameters of type Application
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 Application in planet.scribe
 

Classes in planet.scribe that implement Application
 class ScribeImpl
           
 

Uses of Application in planet.test.broadcast
 

Classes in planet.test.broadcast that implement Application
 class DHTApplication
           
 

Uses of Application in planet.test.dht
 

Classes in planet.test.dht that implement Application
 class ChordDHTApplication
          Application that contains all key/values pairs, required for owner Node Id.