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 |
---|---|
LldpLink |
LldpLinkDao.get(Integer nodeId,
Integer lldpLocalPortNum) |
LldpLink |
LldpLinkDao.get(OnmsNode node,
Integer lldpLocalPortNum) |
Modifier and Type | Method and Description |
---|---|
List<LldpLink> |
LldpLinkDao.findByNodeId(Integer nodeId) |
List<LldpLink> |
LldpLinkDao.findLinksForIds(List<Integer> ids) |
Modifier and Type | Method and Description |
---|---|
LldpLink |
LldpLinkDaoHibernate.get(Integer nodeId,
Integer lldpLocalPortNum) |
LldpLink |
LldpLinkDaoHibernate.get(OnmsNode node,
Integer lldpLocalPortNum) |
Modifier and Type | Method and Description |
---|---|
List<LldpLink> |
LldpLinkDaoHibernate.findByNodeId(Integer nodeId) |
List<LldpLink> |
LldpLinkDaoHibernate.findLinksForIds(List<Integer> linkIds) |
Modifier and Type | Method and Description |
---|---|
protected void |
EnhancedLinkdServiceImpl.saveLldpLink(int nodeId,
LldpLink saveMe) |
void |
EnhancedLinkdService.store(int nodeId,
LldpLink link) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
LldpLink link) |
Modifier and Type | Method and Description |
---|---|
LldpLink |
LldpRemTableTracker.LldpRemRow.getLldpLink() |
LldpLink |
LldpLocPortGetter.getLldpLink(LldpLink lldplink) |
Modifier and Type | Method and Description |
---|---|
LldpLink |
LldpLocPortGetter.getLldpLink(LldpLink lldplink) |
Modifier and Type | Method and Description |
---|---|
Set<LldpLink> |
OnmsNode.getLldpLinks()
The interfaces on this node
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsNode.addLldpLink(LldpLink lldpLink)
addIpInterface
|
static LldpLinkTopologyEntity |
LldpLinkTopologyEntity.create(LldpLink link) |
void |
LldpLink.merge(LldpLink link) |
Modifier and Type | Method and Description |
---|---|
void |
OnmsNode.setLldpLinks(Set<LldpLink> lldpLinks)
setIpInterfaces
|
Copyright © 2019. All rights reserved.