org.netxms.client.topology
Class ConnectionPoint

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

public class ConnectionPoint
extends java.lang.Object

Connection point information


Constructor Summary
ConnectionPoint(NXCPMessage msg)
          Create connection point information from NXCP message
 
Method Summary
 java.lang.Object getData()
          Get user data.
 long getInterfaceId()
           
 int getInterfaceIndex()
           
 long getLocalInterfaceId()
           
 java.net.InetAddress getLocalIpAddress()
           
 MacAddress getLocalMacAddress()
           
 long getLocalNodeId()
           
 long getNodeId()
           
 boolean isDirectlyConnected()
           
 void setData(java.lang.Object data)
          Set user data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPoint

public ConnectionPoint(NXCPMessage msg)
Create connection point information from NXCP message

Parameters:
msg - NXCP message
Method Detail

getNodeId

public long getNodeId()
Returns:
the nodeId

getInterfaceId

public long getInterfaceId()
Returns:
the interfaceId

getInterfaceIndex

public int getInterfaceIndex()
Returns:
the interfaceIndex

getLocalNodeId

public long getLocalNodeId()
Returns:
the localNodeId

getLocalInterfaceId

public long getLocalInterfaceId()
Returns:
the localInterfaceId

getLocalMacAddress

public MacAddress getLocalMacAddress()
Returns:
the localMacAddress

getData

public java.lang.Object getData()
Get user data.

Returns:
user data

setData

public void setData(java.lang.Object data)
Set user data.

Parameters:
data - user data

isDirectlyConnected

public boolean isDirectlyConnected()
Returns:
the directlyConnected

getLocalIpAddress

public java.net.InetAddress getLocalIpAddress()
Returns:
the localIpAddress


Copyright © 2013. All Rights Reserved.