Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model.topology |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDao.getHostSharedSegment(String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDao.getBridgeSharedSegments(int nodeid) |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDaoHibernate.getHostSharedSegment(String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDaoHibernate.getBridgeSharedSegments(int nodeid) |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BroadcastDomain.getSharedSegment(Integer bridgeId,
Integer bridgePort) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BroadcastDomain.getSharedSegmentOnTopologyForBridge(Integer bridgeId) |
List<SharedSegment> |
BroadcastDomain.getTopology() |
List<SharedSegment> |
BroadcastDomain.removeSharedSegmentOnTopologyForBridge(Integer bridgeId) |
Modifier and Type | Method and Description |
---|---|
void |
BroadcastDomain.add(SharedSegment segment) |
Set<Bridge> |
BroadcastDomain.getBridgeOnSharedSegment(SharedSegment segment) |
void |
BroadcastDomain.loadTopologyEntry(SharedSegment segment) |
void |
SharedSegment.mergeBridge(SharedSegment shared,
Integer bridgeId) |
Copyright © 2018. All rights reserved.