|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.features.poller.remote.gwt.client.LocationMonitorState
public class LocationMonitorState
| Constructor Summary | |
|---|---|
LocationMonitorState()
Constructor for LocationMonitorState. |
|
LocationMonitorState(Collection<GWTLocationMonitor> monitors,
Collection<GWTLocationSpecificStatus> statuses)
Constructor for LocationMonitorState. |
|
LocationMonitorState(Collection<GWTLocationSpecificStatus> statuses)
Constructor for LocationMonitorState. |
|
| Method Summary | |
|---|---|
boolean |
allButOneMonitorsDisconnected()
allButOneMonitorsDisconnected |
boolean |
allMonitorsDisconnected()
allMonitorsDisconnected |
boolean |
allMonitorsStarted()
allMonitorsStarted |
boolean |
atLeastOneMonitorStarted()
atLeastOneMonitorStarted |
int |
getMonitorsDisconnected()
getMonitorsDisconnected |
int |
getMonitorsStarted()
getMonitorsStarted |
int |
getMonitorsStopped()
getMonitorsStopped |
Collection<GWTLocationMonitor> |
getMonitorsWithServicesDown()
getMonitorsWithServicesDown |
Collection<GWTMonitoredService> |
getServices()
getServices |
Collection<String> |
getServicesDown()
getServicesDown |
StatusDetails |
getStatusDetails()
getStatusDetails |
boolean |
noMonitorsExist()
|
boolean |
noMonitorsStarted()
noMonitorsStarted |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocationMonitorState()
Constructor for LocationMonitorState.
public LocationMonitorState(Collection<GWTLocationSpecificStatus> statuses)
Constructor for LocationMonitorState.
statuses - a Collection object.
public LocationMonitorState(Collection<GWTLocationMonitor> monitors,
Collection<GWTLocationSpecificStatus> statuses)
Constructor for LocationMonitorState.
monitors - a Collection object.statuses - a Collection object.| Method Detail |
|---|
public StatusDetails getStatusDetails()
getStatusDetails
StatusDetails object.public boolean allMonitorsStarted()
allMonitorsStarted
public boolean atLeastOneMonitorStarted()
atLeastOneMonitorStarted
public boolean allButOneMonitorsDisconnected()
allButOneMonitorsDisconnected
public boolean allMonitorsDisconnected()
allMonitorsDisconnected
public boolean noMonitorsStarted()
noMonitorsStarted
public int getMonitorsStarted()
getMonitorsStarted
public int getMonitorsStopped()
getMonitorsStopped
public int getMonitorsDisconnected()
getMonitorsDisconnected
public Collection<GWTMonitoredService> getServices()
getServices
Collection object.public Collection<String> getServicesDown()
getServicesDown
Collection object.public Collection<GWTLocationMonitor> getMonitorsWithServicesDown()
getMonitorsWithServicesDown
Collection object.public boolean noMonitorsExist()
public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||