| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeviceDescription
Default implementation of immutable device description entity.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceEvent |
DeviceStore.createOrUpdateDevice(ProviderId providerId,
DeviceId deviceId,
DeviceDescription deviceDescription)
Creates a new infrastructure device, or updates an existing one using
the supplied device description.
|
void |
DeviceProviderService.deviceConnected(DeviceId deviceId,
DeviceDescription deviceDescription)
Signals the core that a device has connected or has been detected somehow.
|
| Constructor and Description |
|---|
DefaultDeviceDescription(DeviceDescription base,
SparseAnnotations... annotations)
Creates a device description using the supplied information.
|
Copyright © 2015. All rights reserved.