| Package | Description |
|---|---|
| com.caucho.env.health |
| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
HealthStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HealthStatusService.updateCurrentHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Notify all HealthStatusListeners about a change in health status.
|
void |
HealthStatusListener.updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Invoked when a health status update occurs.
|
void |
HealthStatusService.updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Notify all HealthStatusListeners about a change in health status.
|