|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<IRepositoryUpgradeCallback.UpgradeStatus>
oracle.odi.setup.IRepositoryUpgradeCallback.UpgradeStatus
public static enum IRepositoryUpgradeCallback.UpgradeStatus
Upgrade status information
| Enum Constant Summary | |
|---|---|
ALREADY_UPTODATEThe repository was already up to date before the upgrade. |
|
CANNOT_CONNECTThe repository was not accessible. |
|
INVALID_STATEThe repository was not upgraded because the repository is flagged an upgrade was already running or a previous repository upgrade failed |
|
UPGRADE_ERRORAn error occurred during the UPGRADE. |
|
UPGRADED_SUCCESFULLYUpgrade done successfully |
|
| Method Summary | |
|---|---|
static IRepositoryUpgradeCallback.UpgradeStatus |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static IRepositoryUpgradeCallback.UpgradeStatus[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IRepositoryUpgradeCallback.UpgradeStatus UPGRADED_SUCCESFULLY
public static final IRepositoryUpgradeCallback.UpgradeStatus ALREADY_UPTODATE
public static final IRepositoryUpgradeCallback.UpgradeStatus INVALID_STATE
public static final IRepositoryUpgradeCallback.UpgradeStatus CANNOT_CONNECT
UpgradeInfo#getEncounteredException() to get more details about the error encountered.public static final IRepositoryUpgradeCallback.UpgradeStatus UPGRADE_ERROR
| Method Detail |
|---|
public static IRepositoryUpgradeCallback.UpgradeStatus[] values()
for (IRepositoryUpgradeCallback.UpgradeStatus c : IRepositoryUpgradeCallback.UpgradeStatus.values())
System.out.println(c);
public static IRepositoryUpgradeCallback.UpgradeStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||