Uses of Class
com.funambol.syncclient.spap.ApplicationManagementException

Packages that use ApplicationManagementException
com.funambol.syncclient.spap   
 

Uses of ApplicationManagementException in com.funambol.syncclient.spap
 

Methods in com.funambol.syncclient.spap that throw ApplicationManagementException
static Application ApplicationManager.applicationFromADF(java.lang.String adf)
          Creates an application object from the ADF file.
static Application ApplicationManager.applicationFromAsset(Asset asset)
          Creates an application object from an asset.
 Application[] ApplicationManager.getApplications()
          Returns the installed applications.
 Application ApplicationManager.install(java.io.File f)
          Install an application packaged in a jar/zip file as described in the class description.
static Asset ApplicationManager.makeAsset(Application app, java.io.File packageFile)
          Creates an Asset object from an Application and its package.
 void ApplicationManager.uninstall(Application app)
          Uninstall the application ideintified by the given application URI.
 



Copyright © 2010 Funambol. All Rights Reserved.