org.netbeans.modules.autoupdate.services 1.5.1

Uses of Class
org.netbeans.api.autoupdate.OperationException

Packages that use OperationException
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
org.netbeans.spi.autoupdate The provider this SPI can be plugged into Autoupdate's Updates Providers and can supply NBM to Autoupdate Services. 
 

Uses of OperationException in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that throw OperationException
 void OperationSupport.doCancel()
          Cancels changes done in previous call OperationSupport.doOperation(org.netbeans.api.progress.ProgressHandle) if supported.
 void InstallSupport.doCancel()
          Cancels changes done in previous calling methods.
 InstallSupport.Validator InstallSupport.doDownload(ProgressHandle progress, boolean isGlobal)
          Downloads all instances i.e.
 OperationSupport.Restarter InstallSupport.doInstall(InstallSupport.Installer installer, ProgressHandle progress)
          Validates all instances that have been verified in the previous step.
 OperationSupport.Restarter OperationSupport.doOperation(ProgressHandle progress)
          Performs operation
 void OperationSupport.doRestart(OperationSupport.Restarter restarter, ProgressHandle progress)
          Finishes operation, applies all changes and ensures restart of the application immediately.
 void InstallSupport.doRestart(OperationSupport.Restarter restarter, ProgressHandle progress)
          Completes the operation, applies all changes and ensures restart of the application immediately.
 InstallSupport.Installer InstallSupport.doValidate(InstallSupport.Validator validator, ProgressHandle progress)
          Validates all instances that have been downloaded in the previous step.
 

Uses of OperationException in org.netbeans.spi.autoupdate
 

Methods in org.netbeans.spi.autoupdate that throw OperationException
 boolean CustomInstaller.install(String codeName, String specificationVersion, ProgressHandle handle)
           
 boolean CustomUninstaller.uninstall(String codeName, String specificationVersion, ProgressHandle handle)
           
 


org.netbeans.modules.autoupdate.services 1.5.1

Built on January 5 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.