Uses of Class
org.netxms.client.InetAddressListElement
-
Packages that use InetAddressListElement Package Description org.netxms.client -
-
Uses of InetAddressListElement in org.netxms.client
Methods in org.netxms.client that return types with arguments of type InetAddressListElement Modifier and Type Method Description List<InetAddressListElement>NXCSession. getAddressList(int listId)Get address list.Method parameters in org.netxms.client with type arguments of type InetAddressListElement Modifier and Type Method Description voidNXCSession. setAddressList(int listId, List<InetAddressListElement> list)Set content of address list.voidNXCSession. startManualActiveDiscovery(List<InetAddressListElement> list)Start active discovery for provided list manually
-