Package | Description |
---|---|
org.opendaylight.controller.md.sal.binding.api |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadOnlyTransaction
A transaction that provides a stateful read-only view of the data tree.
|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadOnlyTransaction
Utility
ReadOnlyTransaction implementation which forwards all interface method
invocation to a delegate instance. |
class |
ForwardingReadWriteTransaction
Utility
ReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
protected ReadTransaction |
ForwardingReadOnlyTransaction.delegate() |
Copyright © 2019 OpenDaylight. All rights reserved.