org.opennms.secret.service
Interface DataSourceService

All Known Implementing Classes:
DataSourceServiceImpl

public interface DataSourceService

Author:
Ted Kaczmarek, DJ Gregor

Method Summary
 DataSource getDataSourceById(String id)
           
 DataSource getDataSourceByService(InterfaceService service)
           
 List getDataSourcesByInterface(NodeInterface iface)
           
 List getDataSourcesByNode(Node node)
           
 

Method Detail

getDataSourcesByInterface

List getDataSourcesByInterface(NodeInterface iface)

getDataSourceByService

DataSource getDataSourceByService(InterfaceService service)

getDataSourcesByNode

List getDataSourcesByNode(Node node)

getDataSourceById

DataSource getDataSourceById(String id)


Copyright © 2009. All Rights Reserved.