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 |
---|---|
LldpElement |
LldpElementDao.findByNodeId(Integer id) |
LldpElement |
LldpElementDao.findBySysname(String sysname) |
Modifier and Type | Method and Description |
---|---|
List<LldpElement> |
LldpElementDao.findByChassisId(String chassisId,
LldpUtils.LldpChassisIdSubType type) |
Modifier and Type | Method and Description |
---|---|
LldpElement |
LldpElementDaoHibernate.findByNodeId(Integer id)
findByNodeId
|
LldpElement |
LldpElementDaoHibernate.findBySysname(String sysname) |
Modifier and Type | Method and Description |
---|---|
List<LldpElement> |
LldpElementDaoHibernate.findByChassisId(String chassisId,
LldpUtils.LldpChassisIdSubType type) |
Modifier and Type | Method and Description |
---|---|
void |
EnhancedLinkdService.store(int nodeId,
LldpElement element) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
LldpElement element) |
Modifier and Type | Method and Description |
---|---|
LldpElement |
LldpLocalGroupTracker.getLldpElement() |
Modifier and Type | Method and Description |
---|---|
LldpElement |
OnmsNode.getLldpElement()
The lldp element associated with this node
|
Modifier and Type | Method and Description |
---|---|
static LldpElementTopologyEntity |
LldpElementTopologyEntity.create(LldpElement element) |
void |
LldpElement.merge(LldpElement element) |
void |
OnmsNode.setLldpElement(LldpElement lldpElement)
setLldpElement
|
Copyright © 2019. All rights reserved.