Implement toString in DataBroker impls 73/44573/2
authorTom Pantelis <tpanteli@brocade.com>
Tue, 23 Aug 2016 21:45:57 +0000 (17:45 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 24 Aug 2016 17:33:13 +0000 (17:33 +0000)
commit281fa4f5d175c989619098ed4099085ae3aa4da7
tree176115fc7e8a5ed300ac3a906a57827e3b659a11
parent1d34f75864ac09d31ef0f7b4ef59f7434167ae15
Implement toString in DataBroker impls

PingPongDataBroker extends from ForwardingObject which forwards toString to the
delegate which is the ConcurrentDOMDataBroker. Unfortunately this hides the fact
that it's actually the PingPongDataBroker and has lead to confusion. Similar with the
BindingDOMDataBrokerAdapter. So I implemented toString to appropriately to refect the
true identity and forwarding nature of the classes.

Change-Id: I58b931590ca41bdb90bad31f6fedfe71466787ea
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/md/sal/binding/impl/BindingDOMDataBrokerAdapter.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/ConcurrentDOMDataBroker.java
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/PingPongDataBroker.java