org.opennms.secret.dao.impl
Class DataSourceDaoSimple

java.lang.Object
  extended by org.opennms.secret.dao.impl.DataSourceDaoSimple
All Implemented Interfaces:
DataSourceDao

public class DataSourceDaoSimple
extends Object
implements DataSourceDao


Constructor Summary
DataSourceDaoSimple()
           
 
Method Summary
 DataSource getDataSourceById(String id)
           
 DataSource getDataSourceByService(InterfaceService service)
           
 List<DataSource> getDataSourcesByInterface(NodeInterface iface)
           
 List<DataSource> getDataSourcesByNode(Node node)
           
 void inititalize(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDaoSimple

public DataSourceDaoSimple()
Method Detail

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.