Uses of Class
com.eurotech.framework.net.NetworkState

Packages that use NetworkState
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.net   
 

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

Methods in com.eurotech.framework.emulator.net that return NetworkState
 NetworkState EmulatedNetworkServiceImpl.getState()
           
 

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

Methods in com.eurotech.framework.linux.net.rh that return NetworkState
 NetworkState NetworkServiceImpl.getState()
           
 

Uses of NetworkState in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return NetworkState
 NetworkState NetworkStateChangedEvent.getState()
          Returns the new network state.
 NetworkState NetworkService.getState()
          Returns the overall state of the networking subsystem
static NetworkState NetworkState.parseCode(int code)
           
static NetworkState NetworkState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkState[] NetworkState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.