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 |
---|---|
CdpElement |
CdpElementDao.findByGlobalDeviceId(String deviceId) |
CdpElement |
CdpElementDao.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
CdpElement |
CdpElementDaoHibernate.findByGlobalDeviceId(String deviceId) |
CdpElement |
CdpElementDaoHibernate.findByNodeId(Integer id)
findByNodeId
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancedLinkdService.store(int nodeId,
CdpElement cdp) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
CdpElement element) |
Modifier and Type | Method and Description |
---|---|
CdpElement |
CdpGlobalGroupTracker.getCdpElement() |
Modifier and Type | Method and Description |
---|---|
CdpElement |
OnmsNode.getCdpElement()
The cdp element associated with this node
|
Modifier and Type | Method and Description |
---|---|
static CdpElementTopologyEntity |
CdpElementTopologyEntity.create(CdpElement element) |
void |
CdpElement.merge(CdpElement element) |
void |
OnmsNode.setCdpElement(CdpElement cdpElement)
setCdpElement
|
Copyright © 2019. All rights reserved.