Add forwarding transactions to binding v2 92/74292/7
authorStephen Kitt <skitt@redhat.com>
Fri, 20 Jul 2018 14:08:17 +0000 (16:08 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 27 Jul 2018 21:19:09 +0000 (21:19 +0000)
commit7a35b42a1ce86fb6c2ebbd7be6b67593437f3a08
tree5b3fbc6a46e71c01b462d2071882009e103c9b67
parent3a764b001fa95704ad88446089db45ea4f38abd5
Add forwarding transactions to binding v2

This ports the forwarding transactions from controller.
WriteTransaction::delete is removed to allow WriteTransaction to be
implemented outside its package (it conflicts with
AsyncWriteTransaction::delete).

Change-Id: I7b8c0454b788ef1c5857c7f546005dcd0b4c12a6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
12 files changed:
binding2/mdsal-binding2-api/src/main/java/org/opendaylight/mdsal/binding/javav2/api/WriteTransaction.java
binding2/mdsal-binding2-spi/pom.xml [new file with mode: 0644]
binding2/mdsal-binding2-spi/src/main/java/org/opendaylight/mdsal/binding/javav2/spi/ForwardingDataBroker.java [new file with mode: 0644]
binding2/mdsal-binding2-spi/src/main/java/org/opendaylight/mdsal/binding/javav2/spi/ForwardingReadTransaction.java [new file with mode: 0644]
binding2/mdsal-binding2-spi/src/main/java/org/opendaylight/mdsal/binding/javav2/spi/ForwardingWriteTransaction.java [new file with mode: 0644]
binding2/pom.xml
common/artifacts/pom.xml
common/features/odl-mdsal-binding2-api/pom.xml
common/features/odl-mdsal-common/pom.xml
common/mdsal-common-util/pom.xml [new file with mode: 0644]
common/mdsal-common-util/src/main/java/org/opendaylight/mdsal/common/util/ForwardingAsyncReadWriteTransaction.java [new file with mode: 0644]
common/pom.xml