First Plugin integration with the Library starting with ConnectionService and Invento...
authorMadhu Venugopal <mavenugo@gmail.com>
Tue, 29 Oct 2013 20:09:13 +0000 (13:09 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Tue, 29 Oct 2013 20:09:13 +0000 (13:09 -0700)
commit7e5ec0eef35d24aecd6b8a0fff13dee3e36721d5
tree874d2b7116a292c002c2dd250bd967addbdec922
parentf6004752af364b67d01d2739c00ddc260073d26f
First Plugin integration with the Library starting with ConnectionService and InventoryService

Also,
1. removed the UnitTest dependancy on ChannelHandlers and moved directly under ConnectionService.
2. renamed OVSDB to OvsdbRPC
3. Modified OVSDBNettyFactoryTest to accomodate the above integration and refactoring.

Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/lib/jsonrpc/JsonRpcEndpoint.java
ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/OvsdbRPC.java [moved from ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/OVSDB.java with 98% similarity]
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/Connection.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryService.java
ovsdb/src/test/java/org/opendaylight/ovsdb/lib/message/OVSDBNettyFactoryTest.java