org.opennms.web.svclayer
Interface GraphResultsService

All Known Implementing Classes:
DefaultGraphResultsService

@Transactional(readOnly=true)
public interface GraphResultsService

GraphResultsService interface.

Since:
1.8.1
Version:
$Id: $
Author:
DJ Gregor

Method Summary
 GraphResults findResults(String[] resources, String[] reports, long start, long end, String relativeTime)
          findResults
 

Method Detail

findResults

GraphResults findResults(String[] resources,
                         String[] reports,
                         long start,
                         long end,
                         String relativeTime)

findResults

Parameters:
resources - an array of String objects.
reports - an array of String objects.
start - a long.
end - a long.
relativeTime - a String object.
Returns:
a GraphResults object.


Copyright © 2011. All Rights Reserved.