Package | Description |
---|---|
com.caucho.env.health |
Modifier and Type | Method and Description |
---|---|
HealthActionResult.ResultStatus |
HealthActionResult.getStatus() |
static HealthActionResult.ResultStatus |
HealthActionResult.ResultStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthActionResult.ResultStatus[] |
HealthActionResult.ResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthActionResult.setStatus(HealthActionResult.ResultStatus status) |
Constructor and Description |
---|
HealthActionResult(HealthActionResult.ResultStatus status) |
HealthActionResult(HealthActionResult.ResultStatus status,
java.lang.String message) |