org.opennms.secret.dao
Interface NodeInterfaceDao
- All Known Implementing Classes:
- NodeInterfaceDaoHibernate, NodeInterfaceDaoSimple
public interface NodeInterfaceDao
- Author:
- Ted Kazmark, David Hustace
initialize
void initialize(Object obj)
getNodeInterface
NodeInterface getNodeInterface(Long interfaceId)
getNodeInterfaces
Collection getNodeInterfaces(Node node)
createInterface
void createInterface(NodeInterface iface)
getServiceCollection
Collection getServiceCollection(NodeInterface ni)
Copyright © 2009. All Rights Reserved.