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

Method Summary
 Alarm[] getAlarmsForSet(SurveillanceSet set)
           
 String[][] getChildResources(String resourceId)
           
 String[] getNodeNames(SurveillanceSet set)
           
 Notification[] getNotificationsForSet(SurveillanceSet set)
           
 String[][] getPrefabGraphs(String resourceId)
           
 String[][] getResources(SurveillanceSet set)
           
 NodeRtc[] getRtcForSet(SurveillanceSet set)
           
 SurveillanceData getSurveillanceData()
           
 

Method Detail

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.