Package | Description |
---|---|
com.hp.device |
Specifications for various aspects device modeling and device driver development.
|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.dvc |
Device Management
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceHandler
A set of behaviors specific to a type of device; facilitating communication with an actual (live) instance
of that device type.
|
interface |
DeviceInfo
Collection of device attributes; both specific to a device instance and
more generally of the device type.
|
interface |
MutableDeviceInfo
A view of
DeviceInfo that facilitates the changing of its internal state. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeviceInfo
A partial implementation of
DeviceInfo that has default
implementations of a couple of FacetProvider methods. |
class |
DefaultDeviceHandler
A partial implementation of
DeviceHandler that has default
implementations of a couple of FacetProvider methods. |
class |
DefaultDeviceInfo
A default implementation of
DeviceInfo which will likely be
sufficient for most needs. |
Modifier and Type | Class and Description |
---|---|
class |
KeyDeviceInfo
Extension of Device Info that stores device keys.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceInfoAdapter
Device Info test adapter
|
Copyright © 2015. All Rights Reserved.