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

Packages that use OnmsIpInterface
org.opennms.netmgt.model   
 

Uses of OnmsIpInterface in org.opennms.netmgt.model
 

Methods in org.opennms.netmgt.model that return OnmsIpInterface
 OnmsIpInterface NetworkBuilder.InterfaceBuilder.getInterface()
           
 OnmsIpInterface OnmsMonitoredService.getIpInterface()
           
 OnmsIpInterface LocationMonitorIpInterface.getIpInterface()
           
 OnmsIpInterface OnmsNode.getIpInterfaceByIpAddress(java.lang.String ipAddress)
           
 

Methods in org.opennms.netmgt.model that return types with arguments of type OnmsIpInterface
 java.util.Set<OnmsIpInterface> OnmsNode.getIpInterfaces()
          The interfaces on this node
 java.util.Set<OnmsIpInterface> OnmsSnmpInterface.getIpInterfaces()
           
 

Methods in org.opennms.netmgt.model with parameters of type OnmsIpInterface
 void OnmsNode.addIpInterface(OnmsIpInterface iface)
           
 void OnmsMonitoredService.setIpInterface(OnmsIpInterface ipInterface)
           
 void AbstractEntityVisitor.visitIpInterface(OnmsIpInterface iface)
           
 void EntityVisitor.visitIpInterface(OnmsIpInterface iface)
           
 void AbstractEntityVisitor.visitIpInterfaceComplete(OnmsIpInterface iface)
           
 void EntityVisitor.visitIpInterfaceComplete(OnmsIpInterface iface)
           
 

Method parameters in org.opennms.netmgt.model with type arguments of type OnmsIpInterface
 void OnmsNode.setIpInterfaces(java.util.Set<OnmsIpInterface> ipinterfaces)
           
 void OnmsSnmpInterface.setIpInterfaces(java.util.Set<OnmsIpInterface> ipInterfaces)
           
 

Constructors in org.opennms.netmgt.model with parameters of type OnmsIpInterface
LocationMonitorIpInterface(OnmsLocationMonitor locationMonitor, OnmsIpInterface ipInterface)
           
OnmsMonitoredService(OnmsIpInterface ipIf, OnmsServiceType serviceType)
           
 



Copyright © 2007. All Rights Reserved.