ForwardingRead[Only]/WriteTransaction implementations 02/65602/2
authorMichael Vorburger <vorburger@redhat.com>
Fri, 22 Sep 2017 22:27:29 +0000 (00:27 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 16 Nov 2017 14:58:23 +0000 (14:58 +0000)
commitfccaf5f808dde2f249ebb53ddfcdd8da44f88ceb
treed49d700daeb979136a9787f2c51ba38550c93558
parent3475c7c4071549a619360ac2c07382e7f59d9a3f
ForwardingRead[Only]/WriteTransaction implementations

this came up during https://git.opendaylight.org/gerrit/#/c/63372/

a bit similar (but otherwise unrelated) to my earlier
https://git.opendaylight.org/gerrit/#/c/63135/

Change-Id: If669f94b47bf41f49e54c66c6024aeff9805f8d6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
(cherry picked from commit 702a44e462672d6e4f7e5bcd94def61b70be8009)
opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ForwardingReadOnlyTransaction.java [new file with mode: 0644]
opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ForwardingReadWriteTransaction.java [new file with mode: 0644]
opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/ForwardingWriteTransaction.java [new file with mode: 0644]