org.opennms.web.svclayer.support
Class DefaultGraphResultsService
java.lang.Object
org.opennms.web.svclayer.support.DefaultGraphResultsService
- All Implemented Interfaces:
- GraphResultsService, org.springframework.beans.factory.InitializingBean
public class DefaultGraphResultsService
- extends Object
- implements GraphResultsService, org.springframework.beans.factory.InitializingBean
- Author:
- David Hustace, Mathew Brozowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGraphResultsService
public DefaultGraphResultsService()
findResults
public GraphResults findResults(String[] resourceIds,
String[] reports,
long start,
long end,
String relativeTime)
- Specified by:
findResults in interface GraphResultsService
createGraphResultSet
public GraphResults.GraphResultSet createGraphResultSet(String resourceId,
OnmsResource resource,
String[] reports,
GraphResults graphResults)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
getResourceDao
public ResourceDao getResourceDao()
setResourceDao
public void setResourceDao(ResourceDao resourceDao)
getNodeDao
public NodeDao getNodeDao()
setNodeDao
public void setNodeDao(NodeDao nodeDao)
getGraphDao
public GraphDao getGraphDao()
setGraphDao
public void setGraphDao(GraphDao graphDao)
getRrdDao
public RrdDao getRrdDao()
setRrdDao
public void setRrdDao(RrdDao rrdDao)
setEventProxy
public void setEventProxy(EventProxy eventProxy)
Copyright © 2009. All Rights Reserved.