|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.clientAPI.ManagementStatus.Enumerated
public static class ManagementStatus.Enumerated
The possible values for ManagementStatus
.
The values in order from least serious to most serious are:
Field Summary | |
---|---|
static ManagementStatus.Enumerated |
ERROR
An attempt to synchronize the element failed, due to a reason on the device. |
static ManagementStatus.Enumerated |
IN_PROGRESS
The element is currently being synchronized. |
static ManagementStatus.Enumerated |
PENDING
An action to perform synchronization is pending (queued to occur), but the worker thread has not started performing it yet. |
static ManagementStatus.Enumerated |
SYNCED
The element is synchronized to the desired values. |
static ManagementStatus.Enumerated |
UNKNOWN
It is not know if the element is synchronized or not. |
static ManagementStatus.Enumerated |
UNREACHABLE
The device is not responding to management queries or requests. |
Method Summary | |
---|---|
boolean |
equalsTo(ManagementStatus.Enumerated that)
Compare two objects to see if they are equivalent. |
java.lang.String |
getDisplayName()
Get a human-readable name that represents this object. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Get a human-readable name that represents this object. |
java.lang.String |
getDisplayNameKey()
Get a key that represents the description of object. |
boolean |
isMoreSeriousThan(ManagementStatus.Enumerated that)
Check if the the parameter has a more serious value than this |
java.lang.String |
toString()
Get a String representation of this object for the purpose of debugging or tracing or user interfaces. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ManagementStatus.Enumerated SYNCED
public static final ManagementStatus.Enumerated PENDING
public static final ManagementStatus.Enumerated IN_PROGRESS
public static final ManagementStatus.Enumerated UNKNOWN
public static final ManagementStatus.Enumerated ERROR
public static final ManagementStatus.Enumerated UNREACHABLE
Method Detail |
---|
public boolean equalsTo(ManagementStatus.Enumerated that)
that
- the other object to compare to this
public boolean isMoreSeriousThan(ManagementStatus.Enumerated that)
this
that
- the status to check to see if it is more serious than
this
. For a ranking of values based on
seriousness, refer to the javadoc at the top of this class.
that
is more serious than
this
, false otherwisepublic java.lang.String getDisplayNameKey()
public java.lang.String getDisplayName()
public java.lang.String getDisplayName(java.util.Locale locale)
locale
- The locale to be used in getting the human-readable name
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |