|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netxms.client.topology.HopInfo
public class HopInfo
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 |
---|
protected HopInfo(NXCPMessage msg, long baseId)
msg
- NXCP messagebaseId
- base variable IDMethod Detail |
---|
public long getNodeId()
public java.net.InetAddress getNextHop()
public int getIfIndex()
public boolean isVpn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |