public interface LinkAdminService extends LinkService
| Modifier and Type | Method and Description |
|---|---|
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.
|
addListener, getActiveLinks, getDeviceEgressLinks, getDeviceIngressLinks, getDeviceLinks, getEgressLinks, getIngressLinks, getLink, getLinkCount, getLinks, getLinks, removeListenervoid removeLinks(ConnectPoint connectPoint)
connectPoint - connection pointvoid removeLinks(DeviceId deviceId)
deviceId - device identifierCopyright © 2015. All rights reserved.