org.opennms.secret.dao
Interface DataSourceDao
- All Known Implementing Classes:
- DataSourceDaoSimple
public interface DataSourceDao
- Author:
- Ted Kaczmarek
inititalize
void inititalize(Object obj)
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.