org.opennms.secret.dao.impl
Class NodeInterfaceDaoHibernate

java.lang.Object
  extended by org.opennms.secret.dao.impl.NodeInterfaceDaoHibernate
All Implemented Interfaces:
NodeInterfaceDao

public class NodeInterfaceDaoHibernate
extends Object
implements NodeInterfaceDao

Author:
david

Constructor Summary
NodeInterfaceDaoHibernate()
           
 
Method Summary
 void createInterface(NodeInterface iface)
           
 NodeInterface getNodeInterface(Long interfaceId)
           
 Collection getNodeInterfaces(Node node)
           
 Collection getServiceCollection(NodeInterface ni)
           
 void initialize(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInterfaceDaoHibernate

public NodeInterfaceDaoHibernate()
Method Detail

initialize

public void initialize(Object obj)
Specified by:
initialize in interface NodeInterfaceDao

getNodeInterface

public NodeInterface getNodeInterface(Long interfaceId)
Specified by:
getNodeInterface in interface NodeInterfaceDao

getNodeInterfaces

public Collection getNodeInterfaces(Node node)
Specified by:
getNodeInterfaces in interface NodeInterfaceDao

createInterface

public void createInterface(NodeInterface iface)
Specified by:
createInterface in interface NodeInterfaceDao

getServiceCollection

public Collection getServiceCollection(NodeInterface ni)
Specified by:
getServiceCollection in interface NodeInterfaceDao


Copyright © 2009. All Rights Reserved.