org.opennms.reporting.availability.svclayer
Interface AvailabilityDataService

All Known Implementing Classes:
LegacyAvailabilityDataService

public interface AvailabilityDataService

AvailabilityDataService interface.


Method Summary
 List<Node> getNodes(Category category, long startTime, long endTime)
          getNodes
 

Method Detail

getNodes

List<Node> getNodes(Category category,
                    long startTime,
                    long endTime)
                    throws AvailabilityDataServiceException

getNodes

Parameters:
category - a Category object.
startTime - a long.
endTime - a long.
Returns:
a List object.
Throws:
AvailabilityDataServiceException - if any.


Copyright © 2011. All Rights Reserved.