Bug 7469: Advertise CDS DOMDataTreeCommitCohortRegistry 90/50090/1
authorTom Pantelis <tpanteli@brocade.com>
Fri, 6 Jan 2017 15:59:06 +0000 (10:59 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 6 Jan 2017 15:59:06 +0000 (10:59 -0500)
commit5818886bae1176c6c1a947574c91ae200937661f
tree9cce00af1431d7ff305a34b7c97e7900f0b2288e
parent913ae866cd0cc82991e1f66ac80f6a42b0daaa48
Bug 7469: Advertise CDS DOMDataTreeCommitCohortRegistry

Advertised the CDS DOMDataTreeCommitCohortRegistry implementation
via the DOMDataBrokerExtension mechanism.

I needed to add a DOMDataTreeCommitCohortRegistry interface version
in the controller DOM API package that extends the controller
DOMDataBrokerExtension since the mdsal DOMDataTreeCommitCohortRegistry
version extends the mdsal DOMDataBrokerExtension.

Change-Id: I71daac1cd7c231d071c376206d85786c333bac68
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/AbstractDOMBroker.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/ConcurrentDOMDataBroker.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/databroker/ConcurrentDOMDataBrokerTest.java
opendaylight/md-sal/sal-dom-api/pom.xml
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/md/sal/dom/api/DOMDataTreeCommitCohortRegistry.java [new file with mode: 0644]