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

Packages that use NetInterfaceState
com.eurotech.framework.net Contains interfaces and event model to manage and configure network interfaces on a given system. 
 

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.