Basic wiring for OVSDB updates 43/15043/2
authorEd Warnicke <eaw@cisco.com>
Mon, 9 Feb 2015 01:55:10 +0000 (18:55 -0700)
committerEd Warnicke <eaw@cisco.com>
Mon, 9 Feb 2015 23:22:25 +0000 (16:22 -0700)
commitd20e76b1f519d8894f116ddc8883957027c2f258
tree5ea5513529c48fadb3d8dce0363b833b7cc43d20
parent16805d0d75c9bc55c5b9d2968046ce5b4ee26c6d
Basic wiring for OVSDB updates

This patch wires in OVSDB updates via monitor, and hands
them off to a callback that (to date) logs them.

I've tried it out with some simple cases, and it appears to
be working.

Change-Id: I1387283054f68f036fe4b4a8a5f81bb17e02aa6e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbClientKey.java [moved from southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OVSDBClientKey.java with 93% similarity]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbMonitorCallback.java [new file with mode: 0644]