|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netxms.client.topology.ConnectionPoint
public class ConnectionPoint
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()
|
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 |
|---|
public ConnectionPoint(NXCPMessage msg)
msg - NXCP message| Method Detail |
|---|
public long getNodeId()
public long getInterfaceId()
public int getInterfaceIndex()
public long getLocalNodeId()
public long getLocalInterfaceId()
public MacAddress getLocalMacAddress()
public java.lang.Object getData()
public void setData(java.lang.Object data)
data - user datapublic boolean isDirectlyConnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||