public interface UpgradeStatus
Some methods in this interface may cache backing state. To obtain updated status for a schema upgrade, acquire a new UpgradeStatus.
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ANALYZED
The status value that indicates analysis is complete.
|
static int |
STATUS_ANALYZING
The status value that indicates analysis has begun.
|
static int |
STATUS_COMPLETED
The status value that indicates post-upgrade is complete.
|
static int |
STATUS_INITIALIZED
The status value that indicates analysis has not begun.
|
static int |
STATUS_POSTUPGRADING
The status value that indicates post-upgrade has begun.
|
static int |
STATUS_PREUPGRADED
The status value that indicates pre-upgrade is complete.
|
static int |
STATUS_PREUPGRADING
The status value that indicates pre-upgrade has begun.
|
static int |
STATUS_ROLLEDBACK
The status value that indicates rollback is complete.
|
static int |
STATUS_ROLLINGBACK
The status value that indicates rollback has begun.
|
static int |
STATUS_UPGRADED
The status value that indicates upgrade is complete.
|
static int |
STATUS_UPGRADING
The status value that indicates upgrade has begun.
|
Modifier and Type | Method and Description |
---|---|
String |
getSoftwareVersion()
Gets the software version number of the software used to perform this
schema upgrade.
|
String |
getSourceSchemaVersion()
Gets the source schema version number for this schema upgrade.
|
int |
getStatus()
Gets the status of this schema upgrade.
|
Date |
getStatusLastModified()
Gets the time the status of this schema upgrade last changed.
|
String |
getTargetSchemaVersion()
Gets the target schema version number for this schema upgrade.
|
UpgradeActionStatus[] |
getUpgradeActionStatuses()
Gets the status of each upgrade action in this schema upgrade.
|
static final int STATUS_INITIALIZED
static final int STATUS_ANALYZING
static final int STATUS_ANALYZED
static final int STATUS_PREUPGRADING
static final int STATUS_PREUPGRADED
static final int STATUS_UPGRADING
static final int STATUS_UPGRADED
static final int STATUS_POSTUPGRADING
static final int STATUS_COMPLETED
static final int STATUS_ROLLINGBACK
static final int STATUS_ROLLEDBACK
String getSoftwareVersion() throws IfsException
IfsException
- if the operation failsString getSourceSchemaVersion() throws IfsException
The source schema version number is the schema's version number before this schema upgrade was started.
IfsException
- if the operation failsString getTargetSchemaVersion() throws IfsException
The target schema version number is the schema's version number after completion of this schema upgrade.
IfsException
- if the operation failsint getStatus() throws IfsException
Must be one of the following values:
IfsException
- if the operation failsDate getStatusLastModified() throws IfsException
IfsException
- if the operation failsUpgradeActionStatus[] getUpgradeActionStatuses() throws IfsException
IfsException
- if the operation failsCopyright © 2023. All rights reserved.