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

Packages that use NetInterfaceState
com.eurotech.framework.core.net   
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.net   
 

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

Methods in com.eurotech.framework.core.net that return NetInterfaceState
 NetInterfaceState AbstractNetInterface.getState()
           
 

Methods in com.eurotech.framework.core.net with parameters of type NetInterfaceState
 void AbstractNetInterface.setState(NetInterfaceState state)
           
 

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

Methods in com.eurotech.framework.emulator.net that return NetInterfaceState
 NetInterfaceState EmulatedNetworkServiceImpl.getState(String interfaceName)
           
 

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

Methods in com.eurotech.framework.linux.net.rh that return NetInterfaceState
 NetInterfaceState NetworkServiceImpl.getState(String interfaceName)
           
 

Uses of NetInterfaceState in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return NetInterfaceState
 NetInterfaceState NetInterfaceStateChangedEvent.getNewState()
          Returns the new network interface state.
 NetInterfaceState NetInterfaceStateChangedEvent.getOldState()
          Returns the old network interface state.
 NetInterfaceState NetInterface.getState()
          The current state of the device.
 NetInterfaceState NetworkService.getState(String interfaceName)
          Returns the state of a specific network interface
static NetInterfaceState NetInterfaceState.parseCode(int code)
           
static NetInterfaceState NetInterfaceState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetInterfaceState[] NetInterfaceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.