Package org.onosproject.net.host
Interface HostProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
triggerProbe(Host host)
Triggers an asynchronous probe of the specified host, intended to determine whether the host is present or not.
-
-
-
Method Detail
-
triggerProbe
void triggerProbe(Host host)
Triggers an asynchronous probe of the specified host, intended to determine whether the host is present or not. An indirect result of this should be invocation ofHostProviderService.hostDetected(org.onosproject.net.HostId, org.onosproject.net.host.HostDescription, boolean)
orHostProviderService.hostVanished(org.onosproject.net.HostId)
at some later point in time.- Parameters:
host
- host to probe
-
-