org.opennms.netmgt.threshd
Class SnmpThresholdNetworkInterface

java.lang.Object
  extended by org.opennms.netmgt.threshd.SnmpThresholdNetworkInterface

public class SnmpThresholdNetworkInterface
extends Object


Constructor Summary
SnmpThresholdNetworkInterface(ThresholdsDao thresholdsDao, ThresholdNetworkInterface iface, Map parms)
           
 
Method Summary
 Map<String,Map<String,Set<ThresholdEntity>>> getAllInterfaceMap()
           
 InetAddress getInetAddress()
           
 Map<String,Set<ThresholdEntity>> getInterfaceThresholdMap(String ifLabel)
           
 String getIpAddress()
           
 ThresholdNetworkInterface getNetworkInterface()
           
 Integer getNodeId()
           
 Map<String,Set<ThresholdEntity>> getNodeThresholdMap()
           
 SnmpThresholdConfiguration getThresholdConfiguration()
           
 boolean isIPV4()
           
 void setAllInterfaceMap(Map<String,Map<String,Set<ThresholdEntity>>> allInterfaceMap)
           
 void setNetworkInterface(ThresholdNetworkInterface networkInterface)
           
 void setThresholdConfiguration(SnmpThresholdConfiguration thresholdConfiguration)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpThresholdNetworkInterface

public SnmpThresholdNetworkInterface(ThresholdsDao thresholdsDao,
                                     ThresholdNetworkInterface iface,
                                     Map parms)
Method Detail

getThresholdConfiguration

public SnmpThresholdConfiguration getThresholdConfiguration()

setThresholdConfiguration

public void setThresholdConfiguration(SnmpThresholdConfiguration thresholdConfiguration)

setAllInterfaceMap

public void setAllInterfaceMap(Map<String,Map<String,Set<ThresholdEntity>>> allInterfaceMap)

getAllInterfaceMap

public Map<String,Map<String,Set<ThresholdEntity>>> getAllInterfaceMap()

getNetworkInterface

public ThresholdNetworkInterface getNetworkInterface()

setNetworkInterface

public void setNetworkInterface(ThresholdNetworkInterface networkInterface)

isIPV4

public boolean isIPV4()

getInetAddress

public InetAddress getInetAddress()

getIpAddress

public String getIpAddress()

getNodeId

public Integer getNodeId()

toString

public String toString()
Overrides:
toString in class Object

getNodeThresholdMap

public Map<String,Set<ThresholdEntity>> getNodeThresholdMap()

getInterfaceThresholdMap

public Map<String,Set<ThresholdEntity>> getInterfaceThresholdMap(String ifLabel)


Copyright © 2009. All Rights Reserved.