org.opennms.secret.dao.impl
Class NodeInterfaceDaoSimple

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

public class NodeInterfaceDaoSimple
extends Object
implements NodeInterfaceDao

Author:
craig

Constructor Summary
NodeInterfaceDaoSimple()
           
 
Method Summary
 void createInterface(NodeInterface iface)
           
 NodeInterface getNodeInterface(Long id)
           
 Collection<NodeInterface> 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

NodeInterfaceDaoSimple

public NodeInterfaceDaoSimple()
Method Detail

initialize

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

getNodeInterface

public NodeInterface getNodeInterface(Long id)
Specified by:
getNodeInterface 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

getNodeInterfaces

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


Copyright © 2009. All Rights Reserved.