public final class VtnPortEventHandler extends VNodeWalker<VtnPortEvent>
VtnPortEventHandler delivers VTN port events to all the virtual
nodes in the VTN tree.| Constructor and Description |
|---|
VtnPortEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
scan(TxContext ctx,
VBridge vbr,
VtnPortEvent ev)
Deliver a VTN port event to the given vBridge.
|
protected void |
scan(TxContext ctx,
VTerminal vtm,
VtnPortEvent ev)
Remove resolved path faults in the given vTerminal.
|
scanprotected void scan(TxContext ctx, VBridge vbr, VtnPortEvent ev)
scan in class VNodeWalker<VtnPortEvent>ctx - A runtime context for transaction task.vbr - A VBridge instance.ev - A VtnPortEvent instance.protected void scan(TxContext ctx, VTerminal vtm, VtnPortEvent ev)
scan in class VNodeWalker<VtnPortEvent>ctx - A runtime context for transaction task.vtm - A VTerminal instance.ev - A VtnPortEvent instance.Copyright © 2018 OpenDaylight. All rights reserved.