com.sun.grid.installer.gui
public static enum Host.State extends java.lang.Enum<Host.State>
Modifier and Type | Field and Description |
---|---|
static java.util.Properties |
localizedTexts |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTooltip() |
java.lang.String |
toString() |
static Host.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Host.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Host.State NEW_UNKNOWN_HOST
public static final Host.State RESOLVING
public static final Host.State RESOLVABLE
public static final Host.State MISSING_FILE
public static final Host.State UNKNOWN_HOST
public static final Host.State CONTACTING
public static final Host.State VALIDATING
public static final Host.State REACHABLE
public static final Host.State UNREACHABLE
public static final Host.State OK
public static final Host.State OPERATION_TIMEOUT
public static final Host.State COPY_TIMEOUT_CHECK_HOST
public static final Host.State COPY_FAILED_CHECK_HOST
public static final Host.State READY_TO_INSTALL
public static final Host.State COPY_TIMEOUT_INSTALL_COMPONENT
public static final Host.State COPY_FAILED_INSTALL_COMPONENT
public static final Host.State PROCESSING
public static final Host.State SUCCESS
public static final Host.State CANCELED
public static final Host.State FAILED
public static final Host.State FAILED_ALREADY_INSTALLED_COMPONENT
public static final Host.State FAILED_DEPENDENT_ON_PREVIOUS
public static final Host.State PERM_QMASTER_SPOOL_DIR
public static final Host.State PERM_EXECD_SPOOL_DIR
public static final Host.State PERM_BDB_SPOOL_DIR
public static final Host.State BDB_SPOOL_DIR_EXISTS
public static final Host.State BDB_SPOOL_DIR_WRONG_FSTYPE
public static final Host.State ADMIN_USER_NOT_KNOWN
public static final Host.State PERM_JMX_KEYSTORE
public static final Host.State JVM_LIB_MISSING
public static final Host.State JVM_LIB_INVALID
public static final Host.State USED_QMASTER_PORT
public static final Host.State USED_EXECD_PORT
public static final Host.State USED_JMX_PORT
public static final Host.State UNKNOWN_ERROR
public static Host.State[] values()
for (Host.State c : Host.State.values()) System.out.println(c);
public static Host.State 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Host.State>
public java.lang.String getTooltip()