Add isCandidateRegistered EOS method 05/30205/7
authorTom Pantelis <[email protected]>
Wed, 25 Nov 2015 02:13:32 +0000 (21:13 -0500)
committerRobert Varga <[email protected]>
Sun, 6 Dec 2015 10:30:39 +0000 (10:30 +0000)
commit23d3f22f25e73e03f87def595326f483b177995b
tree8e4a639dac98dd97de2092b75cea0b87d0f02769
parent70889a5d39174636358054f578ed2813f4dbb3c0
Add isCandidateRegistered EOS method

A new method, isCandidateRegistered, was recently added to the
EntityOwnershipService interface in the currently used API so added it
to the new interface.

Change-Id: I7aa44d53e0cd23ab4103406b2d0f7a43909993f9
Signed-off-by: Tom Pantelis <[email protected]>
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/clustering/EntityOwnershipService.java
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingDOMEntityOwnershipServiceAdapter.java
binding/mdsal-binding-dom-adapter/src/test/java/org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingDOMEntityOwnershipServiceAdapterTest.java
common/mdsal-common-api/src/main/java/org/opendaylight/mdsal/common/api/clustering/GenericEntityOwnershipService.java
dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/clustering/DOMEntityOwnershipService.java