Package org.onosproject.net.host
Interface HostAdminService
- 
- All Superinterfaces:
 HostService,ListenerService<HostEvent,HostListener>
public interface HostAdminService extends HostService
Service for administering the inventory of end-station hosts. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveHost(HostId hostId)Removes the end-station host with the specified identifier.- 
Methods inherited from interface org.onosproject.net.host.HostService
getConnectedHosts, getConnectedHosts, getConnectedHosts, getHost, getHostCount, getHosts, getHostsByIp, getHostsByMac, getHostsByVlan, requestMac, startMonitoringIp, stopMonitoringIp 
- 
Methods inherited from interface org.onosproject.event.ListenerService
addListener, removeListener 
 - 
 
 - 
 
- 
- 
Method Detail
- 
removeHost
void removeHost(HostId hostId)
Removes the end-station host with the specified identifier.- Parameters:
 hostId- host identifier
 
 - 
 
 -