Package org.netxms.client.topology
Class HopInfo
java.lang.Object
org.netxms.client.topology.HopInfo
Information about single hop in network path
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionHopInfo(int index) Create "invalid" hop info objectprotectedHopInfo(NXCPMessage msg, long baseId, int index) Create hop info object from NXCP message
- 
Method Summary
- 
Field Details- 
ROUTEpublic static final int ROUTE- See Also:
 
- 
VPNpublic static final int VPN- See Also:
 
- 
PROXYpublic static final int PROXY- See Also:
 
- 
DUMMYpublic static final int DUMMY- See Also:
 
 
- 
- 
Constructor Details- 
HopInfopublic HopInfo(int index) Create "invalid" hop info object- Parameters:
- index- hop index
 
- 
HopInfoCreate hop info object from NXCP message- Parameters:
- msg- NXCP message
- baseId- base variable ID
- index- hop index
 
 
- 
- 
Method Details- 
getIndexpublic int getIndex()- Returns:
- the index
 
- 
getNodeIdpublic long getNodeId()- Returns:
- the nodeId
 
- 
getNextHop- Returns:
- the nextHop
 
- 
getIfIndexpublic int getIfIndex()- Returns:
- the ifIndex
 
- 
getTypepublic int getType()- Returns:
- the isVpn
 
- 
getName- Returns:
- the name
 
 
-