Uses of Interface
com.eurotech.framework.net.NetInterfaceAddressConfig

Packages that use NetInterfaceAddressConfig
com.eurotech.framework.core.net   
com.eurotech.framework.core.net.modem   
com.eurotech.framework.net   
com.eurotech.framework.net.admin   
com.eurotech.framework.net.admin.visitor.linux   
com.eurotech.framework.net.modem   
com.eurotech.framework.net.wifi   
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.core.net
 

Classes in com.eurotech.framework.core.net that implement NetInterfaceAddressConfig
 class NetInterfaceAddressConfigImpl
           
 class WifiInterfaceAddressConfigImpl
           
 

Methods in com.eurotech.framework.core.net that return types with arguments of type NetInterfaceAddressConfig
 NetInterfaceConfig<? extends NetInterfaceAddressConfig> NetworkConfiguration.getNetInterfaceConfig(String interfaceName)
           
 List<NetInterfaceConfig<? extends NetInterfaceAddressConfig>> NetworkConfiguration.getNetInterfaceConfigs()
           
 

Method parameters in com.eurotech.framework.core.net with type arguments of type NetInterfaceAddressConfig
 void NetworkConfiguration.addNetInterfaceConfig(NetInterfaceConfig<? extends NetInterfaceAddressConfig> netInterfaceConfig)
           
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.core.net.modem
 

Classes in com.eurotech.framework.core.net.modem that implement NetInterfaceAddressConfig
 class ModemInterfaceAddressConfigImpl
           
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net
 

Classes in com.eurotech.framework.net with type parameters of type NetInterfaceAddressConfig
 interface NetInterfaceConfig<T extends NetInterfaceAddressConfig>
          Marker class for NetInterfaceConfig objects
 

Methods in com.eurotech.framework.net that return types with arguments of type NetInterfaceAddressConfig
 List<? extends NetInterfaceConfig<? extends NetInterfaceAddressConfig>> NetworkAdminService.getNetworkInterfaceConfigs()
          Returns a list of all of the configurations associated with all of the interfaces on the system.
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net.admin
 

Methods in com.eurotech.framework.net.admin that return types with arguments of type NetInterfaceAddressConfig
 List<? extends NetInterfaceConfig<? extends NetInterfaceAddressConfig>> NetworkAdminServiceImpl.getNetworkInterfaceConfigs()
           
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net.admin.visitor.linux
 

Method parameters in com.eurotech.framework.net.admin.visitor.linux with type arguments of type NetInterfaceAddressConfig
static void IfcfgRedhatConfigWriter.writeEsfExtendedConfig(NetInterfaceConfig<? extends NetInterfaceAddressConfig> netInterfaceConfig)
           
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net.modem
 

Subinterfaces of NetInterfaceAddressConfig in com.eurotech.framework.net.modem
 interface ModemInterfaceAddressConfig
          Modem Interface Address Config represents the modem status and the modem configuration
 

Uses of NetInterfaceAddressConfig in com.eurotech.framework.net.wifi
 

Subinterfaces of NetInterfaceAddressConfig in com.eurotech.framework.net.wifi
 interface WifiInterfaceAddressConfig
          Contains both the wifi interface status as well as all current configurations
 



Copyright © 2013. All Rights Reserved.