public interface HostAdminService
| Modifier and Type | Method and Description |
|---|---|
void |
bindAddressesToPort(PortAddresses addresses)
Binds IP and MAC addresses to the given connection point.
|
void |
clearAddresses(ConnectPoint connectPoint)
Removes all address information for the given connection point.
|
void |
removeHost(HostId hostId)
Removes the end-station host with the specified identifier.
|
void |
unbindAddressesFromPort(PortAddresses portAddresses)
Removes the addresses contained in the given PortAddresses object from
the set of addresses bound to the port.
|
void removeHost(HostId hostId)
hostId - host identifiervoid bindAddressesToPort(PortAddresses addresses)
The addresses are added to the set of addresses already bound to the connection point.
addresses - address object containing addresses to add and the port
to add them tovoid unbindAddressesFromPort(PortAddresses portAddresses)
portAddresses - set of addresses to remove and port to remove them
fromvoid clearAddresses(ConnectPoint connectPoint)
connectPoint - the connection point to remove address informationCopyright © 2015. All rights reserved.