| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| org.onosproject.net.driver |
Set of facilities to allow the platform to be extended with
device specific behaviours and to allow modeling device behaviours while
hiding details of specific device driver implementations.
|
| Class and Description |
|---|
| Behaviour
Representation of a facet of device behaviour that can be used to talk about
a device (in context of
DriverData) or to a device (in context of
DriverHandler). |
| HandlerBehaviour
Representation of a facet of device behaviour that can be used to interact
with a device (in context of
DriverHandler). |
| Class and Description |
|---|
| AbstractBehaviour
Base implementation of device driver behaviour.
|
| Behaviour
Representation of a facet of device behaviour that can be used to talk about
a device (in context of
DriverData) or to a device (in context of
DriverHandler). |
| DefaultDriver
Default implementation of extensible driver.
|
| DefaultDriverData
Default implementation of driver data descriptor.
|
| DefaultDriverProvider
Default driver provider implementation.
|
| Driver
Representation of a specific family of device drivers.
|
| DriverData
Container for data about a device.
|
| DriverHandler
Representation of context for interacting with a device.
|
| DriverProvider
Represents entity capable of providing device drivers and their
behaviours.
|
| DriverResolver
Entity capable of resolving a driver using its name.
|
| DriverService
Service for obtaining drivers and driver behaviour implementations.
|
| HandlerBehaviour
Representation of a facet of device behaviour that can be used to interact
with a device (in context of
DriverHandler). |
Copyright © 2015. All rights reserved.