org.opennms.secret.dao
Interface NodeInterfaceDao

All Known Implementing Classes:
NodeInterfaceDaoHibernate, NodeInterfaceDaoSimple

public interface NodeInterfaceDao

Author:
Ted Kazmark, David Hustace

Method Summary
 void createInterface(NodeInterface iface)
           
 NodeInterface getNodeInterface(Long interfaceId)
           
 Collection getNodeInterfaces(Node node)
           
 Collection getServiceCollection(NodeInterface ni)
           
 void initialize(Object obj)
           
 

Method Detail

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.