org.opennms.web.svclayer
Interface SurveillanceService

All Known Implementing Classes:
DefaultSurveillanceService

@Transactional(readOnly=true)
public interface SurveillanceService

Class designed for gathering Aggreate Status of nodes to be displayed in a cross sectional view of categories. This service provides the objects requried for a view used by a surveillance/operations team within a NOC.

Author:
David Hustace, Mathew Brozowski, DJ Gregor, Jeff Gehlbach

Method Summary
 SimpleWebTable createSurveillanceTable(String surveillanceViewName, ProgressMonitor progressMonitor)
           
 String getHeaderRefreshSeconds(String viewName)
           
 List<String> getViewNames()
           
 boolean isViewName(String viewName)
           
 

Method Detail

createSurveillanceTable

SimpleWebTable createSurveillanceTable(String surveillanceViewName,
                                       ProgressMonitor progressMonitor)

getHeaderRefreshSeconds

String getHeaderRefreshSeconds(String viewName)

isViewName

boolean isViewName(String viewName)

getViewNames

List<String> getViewNames()


Copyright © 2009. All Rights Reserved.