org.opennms.netmgt.collectd
Class SnmpIfData

java.lang.Object
  extended by org.opennms.netmgt.collectd.SnmpIfData

public class SnmpIfData
extends Object

Author:
Mathew Brozowski

Constructor Summary
SnmpIfData(OnmsSnmpInterface snmpIface)
           
 
Method Summary
 OnmsIpInterface.CollectionType getCollectionType()
           
 String getIfAlias()
           
 int getIfIndex()
           
 int getIfType()
           
 String getLabelForRRD()
           
 int getNodeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpIfData

public SnmpIfData(OnmsSnmpInterface snmpIface)
Method Detail

getNodeId

public int getNodeId()

getCollectionType

public OnmsIpInterface.CollectionType getCollectionType()

getIfIndex

public int getIfIndex()

getIfType

public int getIfType()

getLabelForRRD

public String getLabelForRRD()

getIfAlias

public String getIfAlias()


Copyright © 2009. All Rights Reserved.