Uses of Class
org.netxms.client.topology.ConnectionPoint
-
Packages that use ConnectionPoint Package Description org.netxms.client -
-
Uses of ConnectionPoint in org.netxms.client
Methods in org.netxms.client that return ConnectionPoint Modifier and Type Method Description ConnectionPointNXCSession. findConnectionPoint(int zoneId, InetAddress ipAddr)Find connection point (either directly connected or most close known interface on a switch) for given IP address.ConnectionPointNXCSession. findConnectionPoint(long objectId)Find connection point (either directly connected or most close known interface on a switch) for given node or interface object.ConnectionPointNXCSession. findConnectionPoint(org.netxms.base.MacAddress macAddr)Find connection point (either directly connected or most close known interface on a switch) for given MAC address.
-