Uses of Class
org.netxms.client.MacAddress

Packages that use MacAddress
org.netxms.client   
org.netxms.client.objects   
org.netxms.client.topology   
 

Uses of MacAddress in org.netxms.client
 

Methods in org.netxms.client that return MacAddress
 MacAddress NXCObjectCreationData.getMacAddress()
           
static MacAddress MacAddress.parseMacAddress(java.lang.String str)
          Parse MAC address string representation.
 

Methods in org.netxms.client with parameters of type MacAddress
 int MacAddress.compareTo(MacAddress dst)
          Compare this MAC address to another MAC address.
 ConnectionPoint NXCSession.findConnectionPoint(MacAddress macAddr)
          Find connection point (either directly connected or most close known interface on a switch) for given MAC address.
 void NXCObjectCreationData.setMacAddress(MacAddress macAddress)
           
 

Uses of MacAddress in org.netxms.client.objects
 

Methods in org.netxms.client.objects that return MacAddress
 MacAddress Node.getBridgeBaseAddress()
           
 MacAddress Interface.getMacAddress()
           
 

Uses of MacAddress in org.netxms.client.topology
 

Methods in org.netxms.client.topology that return MacAddress
 MacAddress ConnectionPoint.getLocalMacAddress()
           
 



Copyright © 2012. All Rights Reserved.