org.opennms.secret.dao.impl
Class DataSourceDaoSimple
java.lang.Object
org.opennms.secret.dao.impl.DataSourceDaoSimple
- All Implemented Interfaces:
- DataSourceDao
public class DataSourceDaoSimple
- extends Object
- implements DataSourceDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceDaoSimple
public DataSourceDaoSimple()
inititalize
public void inititalize(Object obj)
- Specified by:
inititalize in interface DataSourceDao
getDataSourcesByInterface
public List<DataSource> getDataSourcesByInterface(NodeInterface iface)
- Specified by:
getDataSourcesByInterface in interface DataSourceDao
getDataSourceByService
public DataSource getDataSourceByService(InterfaceService service)
- Specified by:
getDataSourceByService in interface DataSourceDao
getDataSourcesByNode
public List<DataSource> getDataSourcesByNode(Node node)
- Specified by:
getDataSourcesByNode in interface DataSourceDao
getDataSourceById
public DataSource getDataSourceById(String id)
- Specified by:
getDataSourceById in interface DataSourceDao
Copyright © 2009. All Rights Reserved.