Uses of Class
org.opennms.netmgt.model.OnmsSnmpInterface

Packages that use OnmsSnmpInterface
org.opennms.netmgt.model   
 

Uses of OnmsSnmpInterface in org.opennms.netmgt.model
 

Methods in org.opennms.netmgt.model that return OnmsSnmpInterface
 OnmsSnmpInterface OnmsIpInterface.getSnmpInterface()
          The SnmpInterface associated with this interface if any
 OnmsSnmpInterface SnmpInterfaceBuilder.getSnmpInterface()
           
 OnmsSnmpInterface OnmsNode.getSnmpInterfaceWithIfIndex(int ifIndex)
           
 

Methods in org.opennms.netmgt.model that return types with arguments of type OnmsSnmpInterface
 java.util.Set<OnmsSnmpInterface> OnmsNode.getSnmpInterfaces()
          The information from the SNMP interfaces/ipAddrTables for the node
 

Methods in org.opennms.netmgt.model with parameters of type OnmsSnmpInterface
 NetworkBuilder.InterfaceBuilder NetworkBuilder.addInterface(java.lang.String ipAddr, OnmsSnmpInterface snmpInterface)
           
 void OnmsNode.addSnmpInterface(OnmsSnmpInterface snmpIface)
           
 void OnmsIpInterface.setSnmpInterface(OnmsSnmpInterface snmpInterface)
           
 void AbstractEntityVisitor.visitSnmpInterface(OnmsSnmpInterface snmpIface)
           
 void EntityVisitor.visitSnmpInterface(OnmsSnmpInterface snmpIface)
           
 void AbstractEntityVisitor.visitSnmpInterfaceComplete(OnmsSnmpInterface snmpIface)
           
 void EntityVisitor.visitSnmpInterfaceComplete(OnmsSnmpInterface snmpIface)
           
 

Method parameters in org.opennms.netmgt.model with type arguments of type OnmsSnmpInterface
 void OnmsNode.setSnmpInterfaces(java.util.Set<OnmsSnmpInterface> snmpinterfaces)
           
 

Constructors in org.opennms.netmgt.model with parameters of type OnmsSnmpInterface
SnmpInterfaceBuilder(OnmsSnmpInterface snmpIf)
           
 



Copyright © 2007. All Rights Reserved.