Package | Description |
---|---|
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.svclayer.model | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
OnmsArpInterface |
NetworkBuilder.AtInterfaceBuilder.getInterface() |
Modifier and Type | Method and Description |
---|---|
Set<OnmsArpInterface> |
OnmsNode.getArpInterfaces()
The ARP interfaces on this node
|
Set<OnmsArpInterface> |
OnmsNode.getArpInterfacesBySource()
The ARP interfaces with this node as a source
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsNode.addArpInterface(OnmsArpInterface iface)
addArpInterface
|
void |
OnmsNode.addArpInterfaceBySource(OnmsArpInterface iface) |
Modifier and Type | Method and Description |
---|---|
void |
OnmsNode.setArpInterfaces(Set<OnmsArpInterface> arpInterfaces)
setArpInterfaces
|
void |
OnmsNode.setArpInterfacesBySource(Set<OnmsArpInterface> arpInterfaces) |
Modifier and Type | Method and Description |
---|---|
List<OnmsArpInterface> |
NodeListModel.NodeModel.getArpInterfaces() |
Constructor and Description |
---|
NodeModel(OnmsNode node,
List<OnmsIpInterface> interfaces,
List<OnmsArpInterface> arpinterfaces,
List<OnmsSnmpInterface> snmpinterfaces) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultNodeListService.ArpInterfaceComparator.compare(OnmsArpInterface o1,
OnmsArpInterface o2) |
Copyright © 2015. All rights reserved.