Uses of Class
org.netxms.base.InetAddressEx
Packages that use InetAddressEx
Package
Description
- 
Uses of InetAddressEx in org.netxms.baseMethods in org.netxms.base that return InetAddressExModifier and TypeMethodDescriptionNXCPMessageField.getAsInetAddressEx()Get field's value as IP address/mask pairNXCPMessage.getFieldAsInetAddressEx(long fieldId) Get field as InetAddressExMethods in org.netxms.base with parameters of type InetAddressExModifier and TypeMethodDescriptionvoidNXCPMessage.setField(long fieldId, InetAddressEx value) Set field of INETADDR typeConstructors in org.netxms.base with parameters of type InetAddressExModifierConstructorDescriptionCopy constructorNXCPMessageField(long fieldId, InetAddressEx value) Create field of InetAddress type.
- 
Uses of InetAddressEx in org.netxms.clientMethods in org.netxms.client that return InetAddressExModifier and TypeMethodDescriptionNXCObjectCreationData.getIpAddress()NXCObjectModificationData.getIpAddress()Methods in org.netxms.client that return types with arguments of type InetAddressExModifier and TypeMethodDescriptionNXCObjectModificationData.getLocalNetworks()NXCObjectModificationData.getNetworkList()NXCObjectModificationData.getRemoteNetworks()Methods in org.netxms.client with parameters of type InetAddressExModifier and TypeMethodDescriptionvoidNXCObjectCreationData.setIpAddress(InetAddressEx ipAddress) voidNXCObjectModificationData.setIpAddress(InetAddressEx ipAddress) Method parameters in org.netxms.client with type arguments of type InetAddressExModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setNetworkList(List<InetAddressEx> networkList) voidNXCObjectModificationData.setVpnNetworks(List<InetAddressEx> localNetworks, List<InetAddressEx> remoteNetworks) 
- 
Uses of InetAddressEx in org.netxms.client.objectsFields in org.netxms.client.objects declared as InetAddressExMethods in org.netxms.client.objects that return InetAddressExModifier and TypeMethodDescriptionInterface.getFirstUnicastAddressEx()Get first unicast addressAccessPoint.getIpAddress()NetworkService.getIpAddress()Subnet.getNetworkAddress()AbstractNode.getPrimaryIP()Get primary IP addressMethods in org.netxms.client.objects that return types with arguments of type InetAddressExModifier and TypeMethodDescriptionInterface.getIpAddressList()VPNConnector.getLocalSubnets()VPNConnector.getRemoteSubnets()Cluster.getSyncNetworks()Methods in org.netxms.client.objects with parameters of type InetAddressExModifier and TypeMethodDescriptionbooleanInterface.hasAddress(InetAddressEx addr) Check if given address present on interface
- 
Uses of InetAddressEx in org.netxms.client.topologyMethods in org.netxms.client.topology that return InetAddressEx