public interface IfNewHostNotify
| Modifier and Type | Method and Description |
|---|---|
void |
notifyHTClient(HostNodeConnector host)
Notifies the HostTracker Clients that a new Host has been learned
|
void |
notifyHTClientHostRemoved(HostNodeConnector host)
Notifies the HostTracker Clients that a Host which was learned in the
past has been removed either due to switch/port down event or due to ARP
Aging
|
void notifyHTClient(HostNodeConnector host)
host - Host Info encapsulated in HostNodeConnector classvoid notifyHTClientHostRemoved(HostNodeConnector host)
host - Host Info encapsulated in HostNodeConnector classCopyright © 2015. All Rights Reserved.