Uses of Class
com.ptc.windchill.upgrade.ius.UpgradeContextException

Packages that use UpgradeContextException
com.ptc.windchill.upgrade.ius   
com.ptc.windchill.upgrade.tool   
 

Uses of UpgradeContextException in com.ptc.windchill.upgrade.ius
 

Subclasses of UpgradeContextException in com.ptc.windchill.upgrade.ius
 class CanceledException
           
 

Methods in com.ptc.windchill.upgrade.ius that throw UpgradeContextException
 void UpgradeContext.resetServerVariables()
          Loads wtproperties, overrides a few property values, copies all properties to System properties, calls service method to init InfoEngine, then remerges any System properties back into system properties in case the InfoEngine code removed them with System.setProperties().
static void UpgradeContext.createInstance(String[] args)
          Create the context instance.
 void UpgradeContext.initializeVersions()
          Initializes source and target versions.
 void UpgradeContext.initializeInstallAndUpgradeHistory()
          Connects to the resource providing the install and upgrade history creating an initial version if necessary.
 void UpgradeContext.installUpdateDirectives()
          The directive(s) for the upgradePhaseType_ is being loaded as needed.
private  ReleaseId[] UpgradeContext.getLikelySourceVersions()
          Look up the most recent version step's version from the update history.
private  ReleaseId[] UpgradeContext.determineSourceVersions()
          The Source ReleaseId data is read from the database and may be multiple sorted entries.
static void RenderDependencies.generateReportFor(String file_name, String source_release_ids, String target_release_ids)
           
 

Constructors in com.ptc.windchill.upgrade.ius that throw UpgradeContextException
UpgradeContext(String[] args)
          Initializes a UpgradeContext object.
 

Uses of UpgradeContextException in com.ptc.windchill.upgrade.tool
 

Methods in com.ptc.windchill.upgrade.tool that throw UpgradeContextException
protected  AbstractStateWithThreadedWork.Outcome VerifySolutionsInstalled.runThreadedWork()
          Checks the InstalledAssemblyRegistry.iar file in the <wt_hom>\codebase\assemblyRegistry directory to find out what solutions are installed.
protected  void UpgradeManager.init(String[] args)
          Initializes all the necessary areas of the Upgrade Manager.
private  void UpgradeManager.initControls()
          Adding the UpgradeContextListener to the UpgradeManager, to be used with changing the icons for each step.
private  void UpgradeManager.initOtherListeners()
           
 void UpgradeManager.setSideBanner()
          Creates the list of steps to be completed
protected  AbstractStateWithThreadedWork.Outcome ConfirmVersionState.runThreadedWork()
          Executes other methods as the hour glass appears to the user, letting them know that it is working to display the source version of the database to be upgraded.