public interface HostMonitor
extends java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
clearContexts()
Clear all
HostMonitorConnectionContext associated with this HostMonitor instance. |
boolean |
isStopped()
Whether this
HostMonitor has stopped monitoring a particular server. |
void |
startMonitoring(HostMonitorConnectionContext context) |
void |
stopMonitoring(HostMonitorConnectionContext context) |
void startMonitoring(HostMonitorConnectionContext context)
void stopMonitoring(HostMonitorConnectionContext context)
void clearContexts()
HostMonitorConnectionContext associated with this HostMonitor instance.boolean isStopped()
HostMonitor has stopped monitoring a particular server.