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 |
---|---|
BridgeMacLink |
BridgeMacLinkDao.getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<BridgeMacLink> |
BridgeMacLinkDao.findByMacAddress(String mac) |
List<BridgeMacLink> |
BridgeMacLinkDao.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
BridgeMacLink |
BridgeMacLinkDaoHibernate.getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<BridgeMacLink> |
BridgeMacLinkDaoHibernate.findByMacAddress(String mac) |
List<BridgeMacLink> |
BridgeMacLinkDaoHibernate.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
protected void |
EnhancedLinkdServiceImpl.saveBridgeMacLink(BridgeMacLink saveMe) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
BridgeMacLink link) |
void |
EnhancedLinkdService.store(int nodeId,
BridgeMacLink link) |
Modifier and Type | Method and Description |
---|---|
BridgeMacLink |
Dot1qTpFdbTableTracker.Dot1qTpFdbRow.getLink() |
BridgeMacLink |
Dot1dTpFdbTableTracker.Dot1dTpFdbRow.getLink() |
Modifier and Type | Method and Description |
---|---|
void |
BridgeMacLink.merge(BridgeMacLink element) |
Copyright © 2015. All rights reserved.