| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
LinkInfo |
Link.info()
Returns the optional
link information associated with
the link. |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.updateLinkInfo(LinkInfo info)
Updates the
link information of the link. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkInfoDTO
Provides an implementation of
LinkInfo, representing the link status
and the time of discovery of a layer 2 link in the network. |
| Modifier and Type | Method and Description |
|---|---|
LinkInfo |
LinkDTO.info() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkDTO.updateLinkInfo(LinkInfo linkInfo) |
| Constructor and Description |
|---|
LinkDTO(ConnectionPoint linkSrc,
ConnectionPoint linkDst,
LinkInfo linkInfo)
Creates a DTO representing a link between two
connection points. |
LinkDTO(DataPathId srcDpid,
BigPortNumber srcPort,
ConnectionPoint.Type srcType,
DataPathId dstDpid,
BigPortNumber dstPort,
ConnectionPoint.Type dstType,
LinkInfo linkInfo)
Creates a DTO representing a link between two
connection points. |
Copyright © 2014. All Rights Reserved.