ForwardingRead[Only]/WriteTransaction implementations 68/63468/2
authorMichael Vorburger <vorburger@redhat.com>
Fri, 22 Sep 2017 22:27:29 +0000 (00:27 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 25 Sep 2017 08:33:04 +0000 (08:33 +0000)
commit702a44e462672d6e4f7e5bcd94def61b70be8009
tree7ae3fa1db6ba5568ee425ad34d376115a5bb6f90
parent690b4c7632f05f7f1ba23e45ce2d00a2e82d22c1
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>
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]