org.opennms.secret.dao.impl
Class ServiceDaoSimple

java.lang.Object
  extended by org.opennms.secret.dao.impl.ServiceDaoSimple
All Implemented Interfaces:
ServiceDao

public class ServiceDaoSimple
extends Object
implements ServiceDao

Author:
david

Constructor Summary
ServiceDaoSimple()
           
 
Method Summary
 InterfaceService getService(Long id)
           
 Collection<InterfaceService> getServices(NodeInterface nodeInterface)
           
 void initalize(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDaoSimple

public ServiceDaoSimple()
Method Detail

getService

public InterfaceService getService(Long id)
Specified by:
getService in interface ServiceDao

initalize

public void initalize(Object o)
Specified by:
initalize in interface ServiceDao

getServices

public Collection<InterfaceService> getServices(NodeInterface nodeInterface)
Specified by:
getServices in interface ServiceDao


Copyright © 2009. All Rights Reserved.