Package | Description |
---|---|
org.opends.server.tools.upgrade |
Defines the specific classes that are used by the upgrade tool.
|
Modifier and Type | Method and Description |
---|---|
UpgradeContext |
UpgradeContext.setAcceptLicenseMode(boolean isAcceptLicenseMode)
Sets the accept license mode.
|
UpgradeContext |
UpgradeContext.setForceUpgradeMode(boolean isForceUpgradeMode)
Sets the force upgrade mode.
|
UpgradeContext |
UpgradeContext.setIgnoreErrorsMode(boolean isIgnoreErrorsMode)
Sets the ignore errors mode.
|
UpgradeContext |
UpgradeContext.setInteractiveMode(boolean isInteractiveMode)
Sets the interactive mode.
|
Modifier and Type | Method and Description |
---|---|
void |
UpgradeTask.perform(UpgradeContext context)
Performs this upgrade task.
|
void |
UpgradeTask.postponePostUpgrade(UpgradeContext context)
This method will be invoked only if one of the previous post upgrade task
has failed.
|
void |
UpgradeTask.postUpgrade(UpgradeContext context)
This method will be invoked after all upgrade tasks have completed
successfully The post upgrade tasks are processes which should be launched
after a successful upgrade.
|
void |
UpgradeTask.prepare(UpgradeContext context)
Performs any preparation work required before performing the upgrade task, including
interacting with the user where needed (e.g.
|
static void |
Upgrade.upgrade(UpgradeContext context)
Upgrades the server from
fromVersion to toVersion located in the upgrade context. |
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.