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

Packages that use NetworkService
com.eurotech.example.project   
com.eurotech.framework.core.cloud   
com.eurotech.framework.core.system   
com.eurotech.framework.core.test   
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.linux.test.net   
com.eurotech.framework.net.admin   
com.eurotech.framework.net.admin.monitor   
 

Uses of NetworkService in com.eurotech.example.project
 

Methods in com.eurotech.example.project with parameters of type NetworkService
 void ExampleComponent.setNetworkService(NetworkService networkService)
           
 void ExampleComponent.unsetNetworkService(NetworkService networkService)
           
 

Uses of NetworkService in com.eurotech.framework.core.cloud
 

Methods in com.eurotech.framework.core.cloud that return NetworkService
 NetworkService CloudServiceImpl.getNetworkService()
           
 

Methods in com.eurotech.framework.core.cloud with parameters of type NetworkService
 void CloudServiceImpl.setNetworkService(NetworkService networkService)
           
 void CloudServiceImpl.unsetNetworkService(NetworkService networkService)
           
 

Uses of NetworkService in com.eurotech.framework.core.system
 

Methods in com.eurotech.framework.core.system with parameters of type NetworkService
 void SystemServiceImpl.setNetworkService(NetworkService networkService)
           
 void SystemServiceImpl.unsetNetworkService(NetworkService networkService)
           
 

Uses of NetworkService in com.eurotech.framework.core.test
 

Methods in com.eurotech.framework.core.test with parameters of type NetworkService
 void NetworkServiceTest.setNetworkService(NetworkService networkService)
           
 

Uses of NetworkService in com.eurotech.framework.emulator.net
 

Classes in com.eurotech.framework.emulator.net that implement NetworkService
 class EmulatedNetworkServiceImpl
           
 

Uses of NetworkService in com.eurotech.framework.linux.net.rh
 

Classes in com.eurotech.framework.linux.net.rh that implement NetworkService
 class NetworkServiceImpl
           
 

Uses of NetworkService in com.eurotech.framework.linux.test.net
 

Methods in com.eurotech.framework.linux.test.net with parameters of type NetworkService
 void NetworkTest.setNetworkService(NetworkService networkService)
           
 

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

Methods in com.eurotech.framework.net.admin with parameters of type NetworkService
 void NetworkConfigurationServiceImpl.setNetworkService(NetworkService networkService)
           
 void NetworkConfigurationServiceImpl.unsetNetworkService(NetworkService networkService)
           
 

Uses of NetworkService in com.eurotech.framework.net.admin.monitor
 

Methods in com.eurotech.framework.net.admin.monitor with parameters of type NetworkService
 void WifiMonitorServiceImpl.setNetworkService(NetworkService networkService)
           
 void ModemMonitorServiceImpl.setNetworkService(NetworkService networkService)
           
 void EthernetMonitorServiceImpl.setNetworkService(NetworkService networkService)
           
 void WifiMonitorServiceImpl.unsetNetworkService(NetworkService networkService)
           
 void ModemMonitorServiceImpl.unsetNetworkService(NetworkService networkService)
           
 void EthernetMonitorServiceImpl.unsetNetworkService(NetworkService networkService)
           
 



Copyright © 2013. All Rights Reserved.