|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFlowReconcileListener | |
|---|---|
| net.floodlightcontroller.devicemanager.internal | |
| net.floodlightcontroller.flowcache | |
| Uses of IFlowReconcileListener in net.floodlightcontroller.devicemanager.internal |
|---|
| Classes in net.floodlightcontroller.devicemanager.internal that implement IFlowReconcileListener | |
|---|---|
class |
DeviceManagerImpl
DeviceManager creates Devices based upon MAC addresses seen in the network. |
| Uses of IFlowReconcileListener in net.floodlightcontroller.flowcache |
|---|
| Classes in net.floodlightcontroller.flowcache that implement IFlowReconcileListener | |
|---|---|
class |
PortDownReconciliation
Flow reconciliation module that is triggered by PORT_DOWN events. |
| Fields in net.floodlightcontroller.flowcache with type parameters of type IFlowReconcileListener | |
|---|---|
protected ListenerDispatcher<OFType,IFlowReconcileListener> |
FlowReconcileManager.flowReconcileListeners
The list of flow reconcile listeners that have registered to get flow reconcile callbacks. |
| Methods in net.floodlightcontroller.flowcache with parameters of type IFlowReconcileListener | |
|---|---|
void |
IFlowReconcileService.addFlowReconcileListener(IFlowReconcileListener listener)
Add a flow reconcile listener |
void |
FlowReconcileManager.addFlowReconcileListener(IFlowReconcileListener listener)
|
void |
IFlowReconcileService.removeFlowReconcileListener(IFlowReconcileListener listener)
Remove a flow reconcile listener |
void |
FlowReconcileManager.removeFlowReconcileListener(IFlowReconcileListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||