public interface LinkAdminService
| 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.
|
void removeLinks(ConnectPoint connectPoint)
connectPoint - connection pointvoid removeLinks(DeviceId deviceId)
deviceId - device identifierCopyright © 2015. All rights reserved.