public interface HostAdminService extends HostService
| Modifier and Type | Method and Description |
|---|---|
void |
bindAddressesToPort(PortAddresses addresses)
Deprecated.
in Drake release: address info now stored in InterfaceService
|
void |
clearAddresses(ConnectPoint connectPoint)
Deprecated.
in Drake release: address info now stored in InterfaceService
|
void |
removeHost(HostId hostId)
Removes the end-station host with the specified identifier.
|
void |
unbindAddressesFromPort(PortAddresses portAddresses)
Deprecated.
in Drake release: address info now stored in InterfaceService
|
getAddressBindings, getAddressBindingsForPort, getConnectedHosts, getConnectedHosts, getHost, getHostCount, getHosts, getHostsByIp, getHostsByMac, getHostsByVlan, requestMac, startMonitoringIp, stopMonitoringIpaddListener, removeListenervoid removeHost(HostId hostId)
hostId - host identifier@Deprecated void 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 to@Deprecated void unbindAddressesFromPort(PortAddresses portAddresses)
portAddresses - set of addresses to remove and port to remove them
from@Deprecated void clearAddresses(ConnectPoint connectPoint)
connectPoint - the connection point to remove address informationCopyright © 2015. All rights reserved.