org.opennms.secret.service.impl
Class DataSourceServiceImpl

java.lang.Object
  extended by org.opennms.secret.service.impl.DataSourceServiceImpl
All Implemented Interfaces:
DataSourceService

public class DataSourceServiceImpl
extends Object
implements DataSourceService

Author:
Ted Kaczmarek

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

Constructor Detail

DataSourceServiceImpl

public DataSourceServiceImpl()
Method Detail

setDataSourceDao

public void setDataSourceDao(DataSourceDao dataSourceDao)

getDataSourcesByInterface

public List getDataSourcesByInterface(NodeInterface iface)
Specified by:
getDataSourcesByInterface in interface DataSourceService

getDataSourceByService

public DataSource getDataSourceByService(InterfaceService service)
Specified by:
getDataSourceByService in interface DataSourceService

getDataSourcesByNode

public List getDataSourcesByNode(Node node)
Specified by:
getDataSourcesByNode in interface DataSourceService

getDataSourceById

public DataSource getDataSourceById(String id)
Specified by:
getDataSourceById in interface DataSourceService


Copyright © 2009. All Rights Reserved.