org.opennms.dashboard.client
Interface SurveillanceService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- DefaultSurveillanceService
public interface SurveillanceService
- extends com.google.gwt.user.client.rpc.RemoteService
- Author:
- Mathew Brozowski, DJ Gregor
getSurveillanceData
SurveillanceData getSurveillanceData()
getAlarmsForSet
Alarm[] getAlarmsForSet(SurveillanceSet set)
getNotificationsForSet
Notification[] getNotificationsForSet(SurveillanceSet set)
getNodeNames
String[] getNodeNames(SurveillanceSet set)
getResources
String[][] getResources(SurveillanceSet set)
getChildResources
String[][] getChildResources(String resourceId)
getPrefabGraphs
String[][] getPrefabGraphs(String resourceId)
getRtcForSet
NodeRtc[] getRtcForSet(SurveillanceSet set)
Copyright © 2009. All Rights Reserved.