|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HealthStatus | |
---|---|
com.caucho.env.health |
Uses of HealthStatus in com.caucho.env.health |
---|
Methods in com.caucho.env.health that return HealthStatus | |
---|---|
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. |
Methods in com.caucho.env.health with parameters of type HealthStatus | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |