public interface LinkAdminService extends LinkService
Modifier and Type | Method and Description |
---|---|
void |
removeLink(ConnectPoint src,
ConnectPoint dst)
Removes all links between between the specified src and
dst connection points.
|
void |
removeLinks(ConnectPoint connectPoint)
Removes all infrastructure links leading to and from the
specified connection point.
|
void |
removeLinks(DeviceId deviceId)
Removes all infrastructure links leading to and from the
specified device.
|
getActiveLinks, getDeviceEgressLinks, getDeviceIngressLinks, getDeviceLinks, getEgressLinks, getIngressLinks, getLink, getLinkCount, getLinks, getLinks
addListener, removeListener
void removeLinks(ConnectPoint connectPoint)
connectPoint
- connection pointvoid removeLinks(DeviceId deviceId)
deviceId
- device identifiervoid removeLink(ConnectPoint src, ConnectPoint dst)
src
- link sourcedst
- link destination