|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Upgrader
| Method Summary | |
|---|---|
UpgradeReport |
performUpgrade(String oldVersion,
String versionBeingInstalled)
This method is called to inform the service that an internal upgrade may be required. |
| Method Detail |
|---|
UpgradeReport performUpgrade(String oldVersion,
String versionBeingInstalled)
Implementations must support being called many times without corrupting the upgrade. The WebConfigBase will call this method every time that a web page is refreshed during the upgrade. The method should report an UpgradeReport that describes the progress of the upgrade. If no upgrade was required, the UpgradeReport should contain a status of UpgradeStatus.COMPLETE. The UpgradeReport can contain progress information that can be used to keep the user informed of the progress of long running asynchronous upgrades.
oldVersion - the version of the installation being upgradedversionBeingInstalled - the version being installed now
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||