|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFlowReconcileService
Method Summary | |
---|---|
void |
addFlowReconcileListener(IFlowReconcileListener listener)
Add a flow reconcile listener |
void |
clearFlowReconcileListeners()
Remove all flow reconcile listeners |
void |
init(FloodlightModuleContext context)
|
void |
reconcileFlow(OFMatchReconcile ofmRcIn,
PriorityPendingQueue.EventPriority priority)
Reconcile flow. |
void |
removeFlowReconcileListener(IFlowReconcileListener listener)
Remove a flow reconcile listener |
void |
startUp(FloodlightModuleContext context)
|
Method Detail |
---|
void addFlowReconcileListener(IFlowReconcileListener listener)
listener
- The module that can reconcile flowsvoid removeFlowReconcileListener(IFlowReconcileListener listener)
listener
- The module that no longer reconcile flowsvoid clearFlowReconcileListeners()
void reconcileFlow(OFMatchReconcile ofmRcIn, PriorityPendingQueue.EventPriority priority)
ofmRcIn
- the ofm rc invoid init(FloodlightModuleContext context) throws FloodlightModuleException
FloodlightModuleException
void startUp(FloodlightModuleContext context) throws FloodlightModuleException
FloodlightModuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |