|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used to perform upgrades from Plumtree 4.5ws -> the current version of Plumtree. The Upgrade User Interface is the only client of this API.
| Method Summary | |
void |
Connect(java.lang.String bstrAdminUserName,
java.lang.String bstrAdminPassword)
Connect to the Plumtree server. |
void |
PerformUpgrade(java.lang.Object[][] varUpgradeParameters,
java.lang.String bstrErrorLogFile)
Performs the upgrade, using the supplied parameters |
java.lang.Object[][] |
QueryParametersRequiredForUpgrade()
Returns an array describing the information needed by the server to perform an upgrade. |
void |
SetSQLLoggingFile(java.lang.String bstrSQLLoggingFilePath)
Sets the log file into which SQL statements will be recorded. |
| Method Detail |
public void Connect(java.lang.String bstrAdminUserName,
java.lang.String bstrAdminPassword)
bstrAdminUserName - the name of the Administrator user (the user
with ID 1.) Case sensitive.bstrAdminPassword - the password of the Administrator userpublic java.lang.Object[][] QueryParametersRequiredForUpgrade()
PT_UPGRADE_PARAMETERS_COLSpublic void SetSQLLoggingFile(java.lang.String bstrSQLLoggingFilePath)
bstrSQLLoggingFilePath - the full path to the SQL logging file
public void PerformUpgrade(java.lang.Object[][] varUpgradeParameters,
java.lang.String bstrErrorLogFile)
varUpgradeParameters - a 2D array of upgrade parameters, as
described by PT_UPGRADE_PARAMETERS_COLSbstrErrorLogFile - the full path to an error logging file. All
errors will be logged to this file, but errors will generally NOT stop
the upgrade from proceeding- the upgrade will attempt to perform all
steps before exiting.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||