org.netxms.client.topology
Class NetworkPath

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

public class NetworkPath
extends java.lang.Object

Network path


Constructor Summary
NetworkPath(NXCPMessage msg)
          Create network path object from NXCP message
 
Method Summary
 java.util.List<HopInfo> getPath()
           
 boolean isComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkPath

public NetworkPath(NXCPMessage msg)
Create network path object from NXCP message

Parameters:
msg - NXCP message
Method Detail

getPath

public java.util.List<HopInfo> getPath()
Returns:
the path

isComplete

public boolean isComplete()
Returns:
the complete


Copyright © 2013. All Rights Reserved.