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