public final class FlowCondReader extends Object
Note that this class is not synchronized.
| Constructor and Description |
|---|
FlowCondReader(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowCondition |
get(String name)
Get the flow condition specified by the name.
|
org.opendaylight.controller.md.sal.binding.api.ReadTransaction |
getReadTransaction()
Return read transaction.
|
public FlowCondReader(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx)
rtx - A ReadTransaction instance.public org.opendaylight.controller.md.sal.binding.api.ReadTransaction getReadTransaction()
ReadTransaction instance.public VTNFlowCondition get(String name)
name - The name of the flow condition.VTNFlowCondition instance if found.
null if not found.Copyright © 2018 OpenDaylight. All rights reserved.