public static enum AgentHealth.Status extends java.lang.Enum<AgentHealth.Status>
| Enum Constant and Description |
|---|
AGENT_DISABLED |
CONFIG_FILE_PARSE_ERROR |
FORCED_DISCONNECT |
GC_CIRCUIT_BREAKER |
HEALTHY |
HTTP_ERROR |
INITIAL_CONNECT_FAILURE |
INVALID_LICENSE |
MAX_APP_NAMES_EXCEEDED |
MISSING_APP_NAME |
MISSING_LICENSE |
PROXY_ERROR |
SHUTDOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
boolean |
isHealthStatus() |
static AgentHealth.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentHealth.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentHealth.Status HEALTHY
public static final AgentHealth.Status INVALID_LICENSE
public static final AgentHealth.Status MISSING_LICENSE
public static final AgentHealth.Status FORCED_DISCONNECT
public static final AgentHealth.Status HTTP_ERROR
public static final AgentHealth.Status MISSING_APP_NAME
public static final AgentHealth.Status MAX_APP_NAMES_EXCEEDED
public static final AgentHealth.Status PROXY_ERROR
public static final AgentHealth.Status AGENT_DISABLED
public static final AgentHealth.Status INITIAL_CONNECT_FAILURE
public static final AgentHealth.Status CONFIG_FILE_PARSE_ERROR
public static final AgentHealth.Status SHUTDOWN
public static final AgentHealth.Status GC_CIRCUIT_BREAKER
public static AgentHealth.Status[] values()
for (AgentHealth.Status c : AgentHealth.Status.values()) System.out.println(c);
public static AgentHealth.Status 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 getCode()
public java.lang.String getDescription()
public boolean isHealthStatus()