Uses of Class
org.opennms.web.admin.nodeManagement.SnmpManagedInterface
-
Packages that use SnmpManagedInterface Package Description org.opennms.web.admin.nodeManagement -
-
Uses of SnmpManagedInterface in org.opennms.web.admin.nodeManagement
Fields in org.opennms.web.admin.nodeManagement with type parameters of type SnmpManagedInterface Modifier and Type Field Description protected List<SnmpManagedInterface>
SnmpManagedNode. interfaces
Methods in org.opennms.web.admin.nodeManagement that return types with arguments of type SnmpManagedInterface Modifier and Type Method Description List<SnmpManagedInterface>
SnmpManagedNode. getInterfaces()
Getter for the fieldinterfaces
.Methods in org.opennms.web.admin.nodeManagement with parameters of type SnmpManagedInterface Modifier and Type Method Description void
SnmpManagedNode. addInterface(SnmpManagedInterface newInterface)
addInterfaceint
SnmpManagedInterface. compareTo(SnmpManagedInterface obj)
compareTo
-