Changing the monitor operation in the library layer to return TableUpdates as per... 13/8713/1
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 7 Jul 2014 01:24:31 +0000 (18:24 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 7 Jul 2014 01:40:48 +0000 (18:40 -0700)
commit96e24a89ed2a058168a8291121bcdc3ed3de799b
tree573dc43e7b05f5421427ec1ee8b90a098093cc13
parent162d97ee5922b65a17e4f0d4473ff47a7b1ec24c
Changing the monitor operation in the library layer to return TableUpdates as per RFC7047.

Existing implementation pushes the Monitor response also as an asynchronous update() response.
Though it has similar effect, it does not comply with the RFC. Hence changing the monitor
reply as a synchronous response (using Future ofcourse) and continuing to use the update() as such.

Change-Id: I10bf114c52f37295efae70c8b9763570bcc11ce0
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/OvsdbClient.java
library/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbClientImpl.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsdbClientTestIT.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/MonitorTestCases.java