Uses of Class
com.sentilla.host.client.application.Application

Packages that use Application
com.sentilla.host.client.admin Provides management of host server related properties and behavior as well as the behavior of its associated gateway. 
com.sentilla.host.client.application Provides the client API for application management with the Sentilla Host Server. 
com.sentilla.host.client.interfaces Sentilla Client API interfaces which provide application management and server communication. 
 

Uses of Application in com.sentilla.host.client.admin
 

Methods in com.sentilla.host.client.admin that return Application
 Application ServerAdminService.getSystemBinary()
          Get the yaml data for the system binary.
 Application ServerAdminClientImpl.getSystemBinary()
           
 

Uses of Application in com.sentilla.host.client.application
 

Fields in com.sentilla.host.client.application declared as Application
private  Application ApplicationJarMessage.appJar
           
 

Methods in com.sentilla.host.client.application that return Application
 Application ApplicationJarMessage.getApplication()
           
 Application ApplicationServiceImpl.getApplication(int appId)
          Returns the Application object corresponding to the given appId
 

Methods in com.sentilla.host.client.application with parameters of type Application
 boolean ApplicationServiceImpl.install(Application app)
          Installs the application given by the specified Application object to any mote networks accessible through the connected server.
 int ApplicationServiceImpl.register(Application jarFile)
          Registers an application jar file with the server.
 void ApplicationJarMessage.setApplication(Application appJar)
           
 

Constructors in com.sentilla.host.client.application with parameters of type Application
ApplicationJarMessage(Application appJar)
           
 

Uses of Application in com.sentilla.host.client.interfaces
 

Methods in com.sentilla.host.client.interfaces that return Application
 Application ApplicationService.getApplication(int appId)
          Receive an Application object from the server
 

Methods in com.sentilla.host.client.interfaces with parameters of type Application
 int ApplicationService.register(Application jarFile)
          Register an Application with the server
 



Copyright © 2007 Sentilla, Inc. All Rights Reserved.