| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPortDescription
Default implementation of immutable port description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceProviderService.portStatusChanged(DeviceId deviceId,
PortDescription portDescription)
Used to notify the core about port status change of a single port.
|
DeviceEvent |
DeviceStore.updatePortStatus(ProviderId providerId,
DeviceId deviceId,
PortDescription portDescription)
Updates the port status of the specified infrastructure device using the
given port description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceProviderService.updatePorts(DeviceId deviceId,
List<PortDescription> portDescriptions)
Sends information about all ports of a device.
|
List<DeviceEvent> |
DeviceStore.updatePorts(ProviderId providerId,
DeviceId deviceId,
List<PortDescription> portDescriptions)
Updates the ports of the specified infrastructure device using the given
list of port descriptions.
|
| Constructor and Description |
|---|
DefaultPortDescription(PortDescription base,
SparseAnnotations annotations)
Creates a port description using the supplied information.
|
Copyright © 2015. All rights reserved.