Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.enlinkd | |
org.opennms.netmgt.enlinkd.snmp | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
OspfLink |
OspfLinkDao.get(Integer nodeId,
InetAddress ospfRemRouterId,
InetAddress ospfRemIpAddr,
Integer ospfRemAddressLessIndex) |
OspfLink |
OspfLinkDao.get(OnmsNode node,
InetAddress ospfRemRouterId,
InetAddress ospfRemIpAddr,
Integer ospfRemAddressLessIndex) |
Modifier and Type | Method and Description |
---|---|
List<OspfLink> |
OspfLinkDao.findByNodeId(Integer nodeId) |
Modifier and Type | Method and Description |
---|---|
OspfLink |
OspfLinkDaoHibernate.get(Integer nodeId,
InetAddress ospfRemRouterId,
InetAddress ospfRemIpAddr,
Integer ospfRemAddressLessIndex) |
OspfLink |
OspfLinkDaoHibernate.get(OnmsNode node,
InetAddress ospfRemRouterId,
InetAddress ospfRemIpAddr,
Integer ospfRemAddressLessIndex) |
Modifier and Type | Method and Description |
---|---|
List<OspfLink> |
OspfLinkDaoHibernate.findByNodeId(Integer nodeId) |
Modifier and Type | Method and Description |
---|---|
void |
EnhancedLinkdService.store(int nodeId,
OspfLink link) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
OspfLink link) |
Modifier and Type | Method and Description |
---|---|
OspfLink |
OspfIpAddrTableGetter.get(OspfLink link) |
OspfLink |
OspfIfTableTracker.OspfIfRow.getOspfLink() |
OspfLink |
OspfNbrTableTracker.OspfNbrRow.getOspfLink() |
OspfLink |
OspfIfTableTracker.OspfIfRow.getOspfLink(OspfIpAddrTableGetter ipAddrTableGetter) |
Modifier and Type | Method and Description |
---|---|
OspfLink |
OspfIpAddrTableGetter.get(OspfLink link) |
Modifier and Type | Method and Description |
---|---|
void |
OspfLink.merge(OspfLink link) |
Copyright © 2017. All rights reserved.