|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VersionCompatibilityIssue.Effect>
org.opends.server.util.VersionCompatibilityIssue.Effect
public static enum VersionCompatibilityIssue.Effect
Effects cause the upgrade and revision tools to behave in specific ways in response to compatibility issues.
Enum Constant Summary | |
---|---|
NO_SERVER_RESTART_FOLLOWING_REVERSION
Indicates that for some reason the server should not be restarted following a reversion. |
|
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
Before a reversion can take place there must be a complete data export to LDIF followed by a complete data import after the operation has completed. |
|
REVERSION_MANUAL_ACTION_REQUIRED
Indicates that the user needs to perform some manual action (for which there is not effect currently defined such as REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED ) in order for
the operation to be successful. |
|
REVERSION_NOT_POSSIBLE
Indicates that it is not possible to revert between to builds between which lies a flag day. |
|
REVERSION_SHOW_INFO_MESSAGE
Indicates that the reverter tool will show a message to the administrator. |
|
REVERSION_SHOW_WARNING_MESSAGE
Indicates that the reverter tool will show a message to the administrator. |
|
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
Before an upgrade can take place there must be a complete data export to LDIF followed by a complete data import after the operation has completed. |
|
UPGRADE_MANUAL_ACTION_REQUIRED
Indicates that the user needs to perform some manual action (for which there is not effect currently defined such as UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED ) in order for
the operation to be successful. |
|
UPGRADE_NOT_POSSIBLE
Indicates that it is not possible to upgrade between to builds between which lies a flag day. |
|
UPGRADE_SHOW_INFO_MESSAGE
Indicates that the upgrader will show an informational message to the administrator. |
|
UPGRADE_SHOW_WARNING_MESSAGE
Indicates that the upgrader will show a message to the administrator. |
Method Summary | |
---|---|
static VersionCompatibilityIssue.Effect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VersionCompatibilityIssue.Effect[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 VersionCompatibilityIssue.Effect REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
public static final VersionCompatibilityIssue.Effect UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
public static final VersionCompatibilityIssue.Effect UPGRADE_SHOW_INFO_MESSAGE
UPGRADE_SHOW_WARNING_MESSAGE
instead.
public static final VersionCompatibilityIssue.Effect REVERSION_SHOW_INFO_MESSAGE
REVERSION_SHOW_WARNING_MESSAGE
instead.
public static final VersionCompatibilityIssue.Effect UPGRADE_SHOW_WARNING_MESSAGE
UPGRADE_SHOW_INFO_MESSAGE
instead.
public static final VersionCompatibilityIssue.Effect REVERSION_SHOW_WARNING_MESSAGE
REVERSION_SHOW_INFO_MESSAGE
instead.
public static final VersionCompatibilityIssue.Effect UPGRADE_MANUAL_ACTION_REQUIRED
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
) in order for
the operation to be successful. The action itself should
be described in detail in the upgrade message.
public static final VersionCompatibilityIssue.Effect REVERSION_MANUAL_ACTION_REQUIRED
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
) in order for
the operation to be successful. The action itself should
be described in detail in the reversion message.
public static final VersionCompatibilityIssue.Effect UPGRADE_NOT_POSSIBLE
public static final VersionCompatibilityIssue.Effect REVERSION_NOT_POSSIBLE
public static final VersionCompatibilityIssue.Effect NO_SERVER_RESTART_FOLLOWING_REVERSION
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
and
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
as this
is assumed.
Method Detail |
---|
public static VersionCompatibilityIssue.Effect[] values()
for (VersionCompatibilityIssue.Effect c : VersionCompatibilityIssue.Effect.values()) System.out.println(c);
public static VersionCompatibilityIssue.Effect 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |