Package | Description |
---|---|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.link |
API for accessing & supplying information about network infrastructure links.
|
com.hp.sdn.node |
API for accessing & supplying information about network end-stations.
|
com.hp.sdn.supplier |
Network information model supplier concepts.
|
com.hp.sdn.topo |
API for retrieving information about network topology & connectivity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceSupplier
Abstraction of a service responsible for discovering and supplying device
entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LinkSupplier
Representation of an entity responsible for supplying information about
infrastructure links.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodeSupplier
A supplier of node-related information to a
NodeSupplierService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSuppliersBroker<S extends Supplier,T extends SupplierService>
Base implementation of a broker for registering and tracking suppliers.
|
interface |
SuppliersBroker<S extends Supplier,T extends SupplierService>
Abstraction of a supplier broker, capable of tracking various suppliers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopologySupplier
Representation of an entity responsible for supplying information about
network topology.
|
Copyright © 2015. All Rights Reserved.