org.opennms.netmgt.poller
Class IfKey

java.lang.Object
  extended by org.opennms.netmgt.poller.IfKey

public class IfKey
extends Object

Author:
brozow TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
IfKey(int nodeId, String ipAddr)
           
 
Method Summary
 String getIpAddr()
           
 int getNodeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfKey

public IfKey(int nodeId,
             String ipAddr)
Method Detail

getNodeId

public int getNodeId()

getIpAddr

public String getIpAddr()


Copyright © 2009. All Rights Reserved.