org.netxms.client
Class ConnectionPoint

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

public class ConnectionPoint
extends java.lang.Object

Connection point information


Constructor Summary
protected 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()
           
 MacAddress getLocalMacAddress()
           
 long getLocalNodeId()
           
 long getNodeId()
           
 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

protected 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


Copyright © 2011. All Rights Reserved.