public interface HostProviderService extends ProviderService<HostProvider>
| Modifier and Type | Method and Description |
|---|---|
void |
hostDetected(HostId hostId,
HostDescription hostDescription)
Notifies the core when a host has been detected on a network along with
information that identifies the hoot location.
|
void |
hostVanished(HostId hostId)
Notifies the core when a host is no longer detected on a network.
|
providervoid hostDetected(HostId hostId, HostDescription hostDescription)
hostId - id of the host that been detectedhostDescription - description of host and its locationvoid hostVanished(HostId hostId)
hostId - id of the host that vanishedCopyright © 2015. All rights reserved.