Uses of Class
org.netxms.client.topology.ConnectionPoint
Packages that use ConnectionPoint
- 
Uses of ConnectionPoint in org.netxms.clientMethods in org.netxms.client that return ConnectionPointModifier and TypeMethodDescriptionNXCSession.findConnectionPoint(int zoneId, InetAddress ipAddr) Find connection point (either directly connected or most close known interface on a switch) for given IP address.NXCSession.findConnectionPoint(long objectId) Find connection point (either directly connected or most close known interface on a switch) for given node or interface object.NXCSession.findConnectionPoint(MacAddress macAddr) Find node and/or connection point (either directly connected or most close known interface on a switch) for given MAC address.Methods in org.netxms.client that return types with arguments of type ConnectionPointModifier and TypeMethodDescriptionNXCSession.findConnectionPoints(byte[] pattern, int searchLimit) Find nodes and/or connection points (either directly connected or most close known interface on a switch) for all MAC addresses that match given MAC address pattern.