|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHostStatusFetcher
Contains method to fetch HostInfoVO
| Method Summary | |
|---|---|
OverallStatus |
getHostStatuses()
Method that should fetch the current HostInfoVO for all the configured hosts |
boolean |
isHostMonitored(java.lang.String hostname)
Checks if a specific host is currently monitored. |
void |
setHostAsMonitored(java.lang.String hostname,
boolean monitored)
Marks a specific as monitored as status checks should periodically be sent to this host. |
| Method Detail |
|---|
OverallStatus getHostStatuses()
void setHostAsMonitored(java.lang.String hostname,
boolean monitored)
hostname - the name of the hostmonitored - if monitored or notboolean isHostMonitored(java.lang.String hostname)
hostname - the name of the host
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||