1. Fixed not sending of events to the node that created the routing table entry 73/2973/2
authorBasheeruddin Ahmed <syedbahm@cisco.com>
Fri, 22 Nov 2013 03:32:17 +0000 (19:32 -0800)
committerBasheeruddin Ahmed <syedbahm@cisco.com>
Fri, 22 Nov 2013 04:51:41 +0000 (20:51 -0800)
commit55b51daea09496c07f95f4ed0f3c035a65c090e7
treed70ab00a88f285b0239fbbbd41c19b2b95c25094
parent575915efe6a72afb42762ff3213614fcc2379c8b
1. Fixed not sending of events to the node that created the routing table entry
2. Deprecated listener pattern and introduced the WB pattern based on code review
3. Included some documentation and logging package
4. Modified/Added unit test case

Change-Id: I1273b4c3a87180bae90419e3bdf55dca640cd899
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/impl/Activator.java
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/impl/RoutingTableImpl.java
opendaylight/md-sal/zeromq-routingtable/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/impl/RoutingTableImplTest.java
opendaylight/md-sal/zeromq-routingtable/integrationtest/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/impl/ZeroMQRoutingTableTestIT.java