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 |
---|---|
OspfElement |
OspfElementDao.findByNodeId(Integer id) |
OspfElement |
OspfElementDao.findByRouterId(InetAddress routerId) |
Modifier and Type | Method and Description |
---|---|
List<OspfElement> |
OspfElementDao.findAllByRouterId(InetAddress routerId) |
Modifier and Type | Method and Description |
---|---|
OspfElement |
OspfElementDaoHibernate.findByNodeId(Integer id)
findByNodeId
|
OspfElement |
OspfElementDaoHibernate.findByRouterId(InetAddress routerId) |
Modifier and Type | Method and Description |
---|---|
List<OspfElement> |
OspfElementDaoHibernate.findAllByRouterId(InetAddress routerId) |
Modifier and Type | Method and Description |
---|---|
void |
EnhancedLinkdService.store(int nodeId,
OspfElement element) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
OspfElement element) |
Modifier and Type | Method and Description |
---|---|
OspfElement |
OspfIpAddrTableGetter.get(OspfElement element) |
OspfElement |
OspfGeneralGroupTracker.getOspfElement() |
Modifier and Type | Method and Description |
---|---|
OspfElement |
OspfIpAddrTableGetter.get(OspfElement element) |
Modifier and Type | Method and Description |
---|---|
OspfElement |
OnmsNode.getOspfElement()
The ospf element associated with this node
|
Modifier and Type | Method and Description |
---|---|
void |
OspfElement.merge(OspfElement element) |
void |
OnmsNode.setOspfElement(OspfElement ospfElement)
setOspfElement
|
Copyright © 2019. All rights reserved.