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

Packages that use AssetManagementException
com.funambol.syncclient.spap   
com.funambol.syncclient.spap.installer   
 

Uses of AssetManagementException in com.funambol.syncclient.spap
 

Subclasses of AssetManagementException in com.funambol.syncclient.spap
 class AssetInstallationException
          This exception represents an error during asset installation
 

Methods in com.funambol.syncclient.spap that throw AssetManagementException
 void AssetManager.addAsset(Asset asset)
          Adds the given asset.
 Asset AssetDAO.getAsset(java.lang.String idAsset)
          Returns the asset with the given identifier
 Asset AssetManager.getAsset(java.lang.String idAsset)
          Returns the asset with the given identifier
 java.lang.String AssetDAO.getAssetState(java.lang.String idAsset)
          Returns the state of the asset identified from the given id
 java.lang.String AssetManager.getAssetState(java.lang.String idAsset)
          Returns the state of the asset identified from the given id
 void AssetManager.installAsset(java.lang.String idAsset)
          Starts the installation process of a asset.
 void AssetDAO.removeAsset(Asset asset)
          Remove the asset from DM
 void AssetManager.removeAsset(java.lang.String idAsset)
          Remove a asset.
 void AssetDAO.setAsset(Asset asset, java.sql.Timestamp time)
          Save the asset.
 Asset AssetDAO.setAssetAsNotValid(Asset asset, java.lang.Throwable cause)
          Sets the asset as NOT VALID
 void AssetManager.setAssetAsNotWanted(java.lang.String idAsset)
          Sets asset's state to Asset.STATE_NEW_VERSION_NOT_WISHED
 Asset AssetDAO.setAssetState(Asset asset, java.lang.String state)
          Sets the state of the asset.
 void AssetManager.setAssetState(Asset asset, java.lang.String state)
          Set the state of the given asset.
 Asset AssetDAO.setAssetState(java.lang.String idAsset, java.lang.String state)
          Sets the state of the asset identified from the given idAsset
 

Uses of AssetManagementException in com.funambol.syncclient.spap.installer
 

Methods in com.funambol.syncclient.spap.installer that throw AssetManagementException
static int SPSInstaller.install(InstallationContext ctx)
           
static int SPSInstaller.uninstall(InstallationContext ctx)
           
 



Copyright © 2010 Funambol. All Rights Reserved.