com.caucho.env.health
Interface HealthStatusListener
public interface HealthStatusListener
A listener interface for receiving health status updates.
- Author:
- paul
Method Summary |
void |
updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
Invoked when a health status update occurs. |
updateHealthStatus
void updateHealthStatus(java.lang.Object source,
HealthStatus status,
java.lang.String message)
- Invoked when a health status update occurs.
- Parameters:
source
- the object that generated the statusstatus
- health statusmessage
- health message