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 |
---|---|
BridgeStpLink |
BridgeStpLinkDao.getByNodeIdBridgePort(Integer id,
Integer port) |
Modifier and Type | Method and Description |
---|---|
List<BridgeStpLink> |
BridgeStpLinkDao.findByDesignatedBridge(String designated) |
List<BridgeStpLink> |
BridgeStpLinkDao.findByDesignatedRoot(String root) |
List<BridgeStpLink> |
BridgeStpLinkDao.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
BridgeStpLink |
BridgeStpLinkDaoHibernate.getByNodeIdBridgePort(Integer id,
Integer port) |
Modifier and Type | Method and Description |
---|---|
List<BridgeStpLink> |
BridgeStpLinkDaoHibernate.findByDesignatedBridge(String designated) |
List<BridgeStpLink> |
BridgeStpLinkDaoHibernate.findByDesignatedRoot(String root) |
List<BridgeStpLink> |
BridgeStpLinkDaoHibernate.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
protected void |
EnhancedLinkdServiceImpl.saveBridgeStpLink(int nodeId,
BridgeStpLink saveMe) |
void |
EnhancedLinkdService.store(int nodeId,
BridgeStpLink link) |
void |
EnhancedLinkdServiceImpl.store(int nodeId,
BridgeStpLink link) |
Modifier and Type | Method and Description |
---|---|
BridgeStpLink |
Dot1dStpPortTableTracker.Dot1dStpPortRow.getLink() |
Modifier and Type | Method and Description |
---|---|
void |
BridgeStpLink.merge(BridgeStpLink element) |
Copyright © 2019. All rights reserved.