org.netxms.client.topology
Class HopInfo

java.lang.Object
  extended by org.netxms.client.topology.HopInfo

public class HopInfo
extends java.lang.Object

Information about single hop in network path


Constructor Summary
protected HopInfo(NXCPMessage msg, long baseId)
          Create hop info object from NXCP message
 
Method Summary
 int getIfIndex()
           
 java.net.InetAddress getNextHop()
           
 long getNodeId()
           
 boolean isVpn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HopInfo

protected HopInfo(NXCPMessage msg,
                  long baseId)
Create hop info object from NXCP message

Parameters:
msg - NXCP message
baseId - base variable ID
Method Detail

getNodeId

public long getNodeId()
Returns:
the nodeId

getNextHop

public java.net.InetAddress getNextHop()
Returns:
the nextHop

getIfIndex

public int getIfIndex()
Returns:
the ifIndex

isVpn

public boolean isVpn()
Returns:
the isVpn


Copyright © 2012. All Rights Reserved.