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

Packages that use NetInterfaceConfig
com.eurotech.framework.core.net   
com.eurotech.framework.core.net.modem   
com.eurotech.framework.linux.net.util   
com.eurotech.framework.net   
com.eurotech.framework.net.admin   
com.eurotech.framework.net.admin.visitor.linux   
com.eurotech.framework.net.route   
 

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

Classes in com.eurotech.framework.core.net that implement NetInterfaceConfig
 class EthernetInterfaceConfigImpl
           
 class LoopbackInterfaceConfigImpl
           
 class WifiInterfaceConfigImpl
           
 

Methods in com.eurotech.framework.core.net that return NetInterfaceConfig
 NetInterfaceConfig<? extends NetInterfaceAddressConfig> NetworkConfiguration.getNetInterfaceConfig(String interfaceName)
           
 

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

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

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

Classes in com.eurotech.framework.core.net.modem that implement NetInterfaceConfig
 class ModemInterfaceConfigImpl
           
 

Uses of NetInterfaceConfig in com.eurotech.framework.linux.net.util
 

Methods in com.eurotech.framework.linux.net.util that return NetInterfaceConfig
protected static NetInterfaceConfig GenericNetworkInterface.getCurrentConfig(String interfaceName, NetInterfaceType type, NetInterfaceStatus status, boolean dhcpServerEnabled, boolean passDns, Properties esfProps)
           
static NetInterfaceConfig RedHatNetworkInterface.getCurrentConfiguration(String interfaceName, NetInterfaceType type, NetInterfaceStatus status, boolean dhcpServerEnabled, boolean passDns)
           
static NetInterfaceConfig DebianNetworkInterface.getCurrentConfiguration(String interfaceName, NetInterfaceType type, NetInterfaceStatus status, boolean dhcpServerEnabled, boolean passDns)
           
 

Methods in com.eurotech.framework.linux.net.util with parameters of type NetInterfaceConfig
static void RedHatNetworkInterface.writeNewConfig(NetInterfaceConfig netInterfaceConfig)
           
static void DebianNetworkInterface.writeNewConfig(NetInterfaceConfig netInterfaceConfig)
           
 

Uses of NetInterfaceConfig in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return types with arguments of type NetInterfaceConfig
 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 NetInterfaceConfig in com.eurotech.framework.net.admin
 

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

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

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

Uses of NetInterfaceConfig in com.eurotech.framework.net.route
 

Methods in com.eurotech.framework.net.route with parameters of type NetInterfaceConfig
 void RoutingAgentService.addInterface(NetInterfaceConfig netIfaceConfig)
          Adds interface to RoutingAgent
 



Copyright © 2013. All Rights Reserved.