Add DataTreeChangeListener, user connections 61/28661/1
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 21 Oct 2015 12:38:49 +0000 (18:08 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Wed, 21 Oct 2015 19:58:47 +0000 (01:28 +0530)
commitf5bceea872b914e5cf363adcd66db2560a5cdacb
tree1c04f97025cc78b16db2d1dbfab1ea03f70d245c
parentc29ee6745f8152632a4dfd3b7fd6b716b5b82c58
Add DataTreeChangeListener, user connections

1. Adds DataTreeChangeListener
2. Support for user configured connections to OVSDB server
3. Provider changes as per https://git.opendaylight.org/gerrit/#/c/28568/

Pending items:
1. Updating DataStore on connections
2. HWVTEP command patterns and transactions support
3. UTs
4. ITs

Change-Id: I328ffbdad6d0eab2a90973f7eb6828cbc233d828
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepConnectionInstance.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepConnectionManager.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepDataChangeListener.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepMonitorCallback.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundMapper.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundProvider.java