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

Packages that use ApplicationYaml
com.sentilla.host.client.application Provides the client API for application management with the Sentilla Host Server. 
com.sentilla.host.client.network Sentilla Client API classes for network various network message objects. 
 

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

Fields in com.sentilla.host.client.application declared as ApplicationYaml
private  ApplicationYaml Application.yaml
           
 

Methods in com.sentilla.host.client.application that return ApplicationYaml
 ApplicationYaml Application.getYaml()
          Returns an ApplicationYaml object of metadata about this Application object.
 

Uses of ApplicationYaml in com.sentilla.host.client.network
 

Fields in com.sentilla.host.client.network with type parameters of type ApplicationYaml
private  ArrayList<ApplicationYaml> NetworkNode.apps
           
 

Methods in com.sentilla.host.client.network with parameters of type ApplicationYaml
 boolean NetworkNode.addApplication(ApplicationYaml binary)
          Add an application to this node.
 boolean NetworkNode.removeAplication(ApplicationYaml binary)
          Remove an application from this node.
 



Copyright © 2007 Sentilla, Inc. All Rights Reserved.