org.opennms.secret.dao.impl
Class NodeInterfaceDaoSimple
java.lang.Object
org.opennms.secret.dao.impl.NodeInterfaceDaoSimple
- All Implemented Interfaces:
- NodeInterfaceDao
public class NodeInterfaceDaoSimple
- extends Object
- implements NodeInterfaceDao
- Author:
- craig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeInterfaceDaoSimple
public NodeInterfaceDaoSimple()
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.