| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceEvent.Type |
DeviceEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEvent.Type[] |
DeviceEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeviceEvent(DeviceEvent.Type type,
Device device)
Creates an event of a given type and for the specified device and the
current time.
|
DeviceEvent(DeviceEvent.Type type,
Device device,
Port port)
Creates an event of a given type and for the specified device, port
and the current time.
|
DeviceEvent(DeviceEvent.Type type,
Device device,
Port port,
long time)
Creates an event of a given type and for the specified device and time.
|
Copyright © 2015. All rights reserved.