Package | Description |
---|---|
com.eurotech.framework.net |
Contains interfaces and event model to manage and configure network interfaces on a given system.
|
Modifier and Type | Method and Description |
---|---|
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.