|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UIMessages>
org.ourgrid.gridmachine.useragent.ui.UIMessages
public enum UIMessages
A message repository to hold the UserAgent messages to be displayed at any interface.
Enum Constant Summary | |
---|---|
CHECKING_STATUS
|
|
START_SUCCESSFUL
|
|
STARTING_BIND
|
|
STARTING_SECURITY
|
|
STOP_SUCCESSFUL
|
|
USERAGENT_STARTING
|
Method Summary | |
---|---|
static void |
exitError(UIErrors uiError)
Exit the JVM and update log and system output. |
static void |
exitOk(UIMessages uiConstant)
Exit the JVM and update log and system output. |
java.lang.String |
getMessage()
|
static UIMessages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UIMessages[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UIMessages USERAGENT_STARTING
public static final UIMessages STARTING_SECURITY
public static final UIMessages STARTING_BIND
public static final UIMessages START_SUCCESSFUL
public static final UIMessages CHECKING_STATUS
public static final UIMessages STOP_SUCCESSFUL
Method Detail |
---|
public static final UIMessages[] values()
for(UIMessages c : UIMessages.values()) System.out.println(c);
public static UIMessages 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 namepublic java.lang.String getMessage()
public static void exitError(UIErrors uiError)
uiError
- UiError associated wiht this UI.public static void exitOk(UIMessages uiConstant)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |