Uses of Interface
com.sun.n1.sps.model.host.AppInstance

Packages that use AppInstance
com.sun.n1.sps.model.host   
 

Uses of AppInstance in com.sun.n1.sps.model.host
 

Methods in com.sun.n1.sps.model.host that return AppInstance
 AppInstance UIAppInstanceUpdate.getAppInstance()
          Returns the updated AppInstance value.
 AppInstance Host.getAppInstance(AppType appType)
          Returns the app instance with the given type contained on this host, or null if no such app instance exists.
 AppInstance[] Host.getAppInstances()
          Returns all app instances contained on this host.
 AppInstance Host.getAppLD()
          Returns the local distributor app instance contained on this host, or null if no such app instance exists.
 AppInstance Host.getAppMS()
          Returns the master server app instance contained on this host, or null if no such app instance exists.
 AppInstance Host.getAppRA()
          Returns the remote agent app instance contained on this host, or null if no such app instance exists.