Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Showing
3 changed files
with
10 additions
and
4 deletions
... | @@ -8,13 +8,11 @@ import org.onlab.onos.net.provider.Provider; | ... | @@ -8,13 +8,11 @@ import org.onlab.onos.net.provider.Provider; |
8 | */ | 8 | */ |
9 | public interface HostProvider extends Provider { | 9 | public interface HostProvider extends Provider { |
10 | 10 | ||
11 | - // TODO: consider how dirty the triggerProbe gets; if it costs too much, let's drop it | ||
12 | - | ||
13 | /** | 11 | /** |
14 | * Triggers an asynchronous probe of the specified host, intended to | 12 | * Triggers an asynchronous probe of the specified host, intended to |
15 | * determine whether the host is present or not. An indirect result of this | 13 | * determine whether the host is present or not. An indirect result of this |
16 | - * should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected(HostDescription)} or | 14 | + * should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected} |
17 | - * {@link org.onlab.onos.net.host.HostProviderService#hostVanished(HostDescription)} | 15 | + * or {@link org.onlab.onos.net.host.HostProviderService#hostVanished} |
18 | * at some later point in time. | 16 | * at some later point in time. |
19 | * | 17 | * |
20 | * @param host host to probe | 18 | * @param host host to probe | ... | ... |
-
Please register or login to post a comment