|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
public static class ManagerStatus.Enumerated
The possible values for ManagerStatus
.
The values in order from least serious to most serious are:
Field Summary | |
---|---|
static ManagerStatus.Enumerated |
DOWN
The Manager instance has not been started or has been shutdown |
static ManagerStatus.Enumerated |
STARTING
The Manager has started initializing itself |
static ManagerStatus.Enumerated |
STOPPING
The Manager is stopping its work. |
static ManagerStatus.Enumerated |
UP
The Manager has completed its initialization. |
Method Summary | |
---|---|
boolean |
equalsTo(ManagerStatus.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. |
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 ManagerStatus.Enumerated DOWN
public static final ManagerStatus.Enumerated STARTING
public static final ManagerStatus.Enumerated UP
public static final ManagerStatus.Enumerated STOPPING
Method Detail |
---|
public boolean equalsTo(ManagerStatus.Enumerated that)
that
- the other object to compare to this
public 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 |