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